aboutsummaryrefslogtreecommitdiff
path: root/tests/startup.at
diff options
context:
space:
mode:
Diffstat (limited to 'tests/startup.at')
-rw-r--r--tests/startup.at8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/startup.at b/tests/startup.at
index 5a6b19a..fa6e22d 100644
--- a/tests/startup.at
+++ b/tests/startup.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
@@ -39,14 +39,14 @@ component test {
39 stderr file "log.err"; 39 stderr file "log.err";
40 return-code * { 40 return-code * {
41 action disable; 41 action disable;
42 exec "piesctl --url unix:///$PWD/pies.ctl --no-netrc shutdown"; 42 exec "piesctl --url unix:///$PWD/pies.ctl --config-file=/dev/null --no-netrc shutdown";
43 } 43 }
44} 44}
45_EOT 45_EOT
46 46
47set -e 47set -e
48to 5 \ 48to 5 \
49 pies --foreground --stderr \ 49 pies --no-preprocessor --foreground --stderr \
50 --config-file control.conf --config-file pies.conf --debug 1 2>errlog 50 --config-file control.conf --config-file pies.conf --debug 1 2>errlog
51 51
52cat log.out 52cat log.out

Return to:

Send suggestions and report system problems to the System administrator.