aboutsummaryrefslogtreecommitdiff
path: root/tests/shutdown.at
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shutdown.at')
-rw-r--r--tests/shutdown.at4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/shutdown.at b/tests/shutdown.at
index 1c2a4ef..24a4504 100644
--- a/tests/shutdown.at
+++ b/tests/shutdown.at
@@ -29,7 +29,7 @@ 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 shutdown"; 32 exec "piesctl --url unix:///$PWD/pies.ctl --no-netrc shutdown";
33 } 33 }
34} 34}
35 35
@@ -42,7 +42,7 @@ _EOT
42set -e 42set -e
43to 5 \ 43to 5 \
44 pies --foreground --stderr \ 44 pies --foreground --stderr \
45 --config-file control.conf --config-file pies.conf 2>errlog 45 --config-file control.conf --config-file pies.conf --debug 1 2>errlog
46 46
47cat shutdown 47cat shutdown
48], 48],

Return to:

Send suggestions and report system problems to the System administrator.