From 1f28935841a69aa8be7eb2e88f580df9c95206d2 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Fri, 31 May 2019 09:41:34 +0300 Subject: Minor fix * tests/shell.at: Append to the outfile instead of overwriting it. --- tests/shell.at | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') 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 -- cgit v1.2.1