aboutsummaryrefslogtreecommitdiff
path: root/tests/maxinst.at
diff options
context:
space:
mode:
Diffstat (limited to 'tests/maxinst.at')
-rw-r--r--tests/maxinst.at8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/maxinst.at b/tests/maxinst.at
index f389e0b..91a6faa 100644
--- a/tests/maxinst.at
+++ b/tests/maxinst.at
@@ -1,5 +1,5 @@
1# This file is part of GNU pies testsuite. -*- Autotest -*- 1# This file is part of GNU pies testsuite. -*- autotest -*-
2# Copyright (C) 2019-2020 Sergey Poznyakoff 2# Copyright (C) 2019-2023 Sergey Poznyakoff
3# 3#
4# GNU pies is free software; you can redistribute it and/or modify 4# GNU pies is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by 5# it under the terms of the GNU General Public License as published by
@@ -59,14 +59,14 @@ component con3 {
59 stderr file "/tmp/con3.err"; 59 stderr file "/tmp/con3.err";
60 return-code * { 60 return-code * {
61 action disable; 61 action disable;
62 exec "$abs_top_builddir/src/piesctl --url unix://$PWD/pies.ctl --no-netrc shutdown"; 62 exec "$abs_top_builddir/src/piesctl --url unix://$PWD/pies.ctl --config-file=/dev/null --no-netrc shutdown";
63 } 63 }
64} 64}
65_EOT 65_EOT
66 66
67set -e 67set -e
68to 10 \ 68to 10 \
69 pies --foreground --stderr \ 69 pies --no-preprocessor --foreground --stderr \
70 --config-file control.conf --config-file pies.conf --debug 1 2>errlog 70 --config-file control.conf --config-file pies.conf --debug 1 2>errlog
71 71
72cat con3.out 72cat con3.out

Return to:

Send suggestions and report system problems to the System administrator.