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
@@ -20,25 +20,25 @@ AT_CHECK([
PIES_XFAIL_CHECK
PIES_CONTROL_INIT
statefile=$PWD/state
outfile=$PWD/respawn.out
cat > pies.conf <<_EOT
component test {
mode respawn;
flags shell;
command "if $auxdir/respawn $statefile 3; then echo pass; else exit 1; fi >> $outfile";
chdir $PWD;
return-code 1 {
action disable;
- exec "piesctl --url unix:///$PWD/pies.ctl shutdown";
+ exec "piesctl --url unix:///$PWD/pies.ctl --no-netrc shutdown";
}
}
_EOT
set -e
to 5 \
pies --foreground --stderr \
--config-file control.conf --config-file pies.conf --debug 1 2>errlog
echo state:
cat $statefile
echo log:

Return to:

Send suggestions and report system problems to the System administrator.