aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-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
24component test { 24component test {
25 mode respawn; 25 mode respawn;
26 flags shell; 26 flags shell;
27 command "$auxdir/respawn -tag respawn > $outfile"; 27 command "$auxdir/respawn -tag respawn >> $outfile";
28} 28}
29_EOT 29_EOT
30 30
@@ -48,7 +48,7 @@ do
48done 48done
49 49
50PIES_STOP 50PIES_STOP
51head -n3 $outfile 51head -n2 $outfile
52], 52],
53[0], 53[0],
54[respawn: start 54[respawn: start

Return to:

Send suggestions and report system problems to the System administrator.