aboutsummaryrefslogtreecommitdiff
path: root/tests/respawn.at
diff options
context:
space:
mode:
Diffstat (limited to 'tests/respawn.at')
-rw-r--r--tests/respawn.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/respawn.at b/tests/respawn.at
index 0ba60dc..ab29f11 100644
--- a/tests/respawn.at
+++ b/tests/respawn.at
@@ -24,13 +24,13 @@ cat > pies.conf <<_EOT
24component test { 24component test {
25 mode respawn; 25 mode respawn;
26 command "$auxdir/respawn $statefile 3"; 26 command "$auxdir/respawn $statefile 3";
27 chdir $PWD; 27 chdir $PWD;
28 return-code 1 { 28 return-code 1 {
29 action disable; 29 action disable;
30 exec "piesctl --url unix:///$PWD/pies.ctl shutdown"; 30 exec "piesctl --url unix:///$PWD/pies.ctl --no-netrc shutdown";
31 } 31 }
32} 32}
33_EOT 33_EOT
34 34
35to 5 \ 35to 5 \
36 pies --foreground --stderr \ 36 pies --foreground --stderr \

Return to:

Send suggestions and report system problems to the System administrator.