aboutsummaryrefslogtreecommitdiff
path: root/tests/shell.at
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell.at')
-rw-r--r--tests/shell.at4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/shell.at b/tests/shell.at
index 0ef2271..2f06f62 100644
--- a/tests/shell.at
+++ b/tests/shell.at
@@ -24,7 +24,7 @@ cat > pies.conf <<_EOT
component test {
mode respawn;
flags shell;
- command "$auxdir/respawn -tag respawn > $outfile";
+ command "$auxdir/respawn -tag respawn >> $outfile";
}
_EOT
@@ -48,7 +48,7 @@ do
done
PIES_STOP
-head -n3 $outfile
+head -n2 $outfile
],
[0],
[respawn: start

Return to:

Send suggestions and report system problems to the System administrator.