aboutsummaryrefslogtreecommitdiff
path: root/tests/shell.at
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell.at')
-rw-r--r--tests/shell.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/shell.at b/tests/shell.at
index e3d104b..b459d02 100644
--- a/tests/shell.at
+++ b/tests/shell.at
@@ -26,13 +26,13 @@ component test {
26 mode respawn; 26 mode respawn;
27 flags shell; 27 flags shell;
28 command "if $auxdir/respawn $statefile 3; then echo pass; else exit 1; fi >> $outfile"; 28 command "if $auxdir/respawn $statefile 3; then echo pass; else exit 1; fi >> $outfile";
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_EOT 35_EOT
36 36
37set -e 37set -e
38to 5 \ 38to 5 \

Return to:

Send suggestions and report system problems to the System administrator.