aboutsummaryrefslogtreecommitdiff
path: root/tests/shutdown.at
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shutdown.at')
-rw-r--r--tests/shutdown.at10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/shutdown.at b/tests/shutdown.at
index d89f6f9..3982496 100644
--- a/tests/shutdown.at
+++ b/tests/shutdown.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
@@ -29,8 +29,8 @@ component test {
29 chdir $PWD; 29 chdir $PWD;
30 return-code 1 { 30 return-code 1 {
31 action disable; 31 action disable;
32 exec "piesctl --url unix:///$PWD/pies.ctl --no-netrc shutdown"; 32 exec "piesctl --config-file=/dev/null --url unix:///$PWD/pies.ctl --no-netrc shutdown";
33 } 33 }
34} 34}
35 35
36component s { 36component s {
@@ -41,7 +41,7 @@ _EOT
41 41
42set -e 42set -e
43to 5 \ 43to 5 \
44 pies --foreground --stderr \ 44 pies --no-preprocessor --foreground --stderr \
45 --config-file control.conf --config-file pies.conf --debug 1 2>errlog 45 --config-file control.conf --config-file pies.conf --debug 1 2>errlog
46 46
47cat shutdown 47cat shutdown

Return to:

Send suggestions and report system problems to the System administrator.