diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/tail-2/fflush | 2 |
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 |