summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/tail-2/fflush2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/tail-2/fflush b/tests/tail-2/fflush
index 3834f229a..d4fc01e25 100755
--- a/tests/tail-2/fflush
+++ b/tests/tail-2/fflush
@@ -30,9 +30,7 @@ echo fubar > in
tail -f in | cat > out &
pid=$!
sleep 1
-echo out: `cat out`
kill $pid
-echo out: `cat out`
fail=0
test "`cat out`" = fubar || fail=1