*** empty log message *** TEXTUTILS-2_0a
authorJim Meyering <jim@meyering.net>
Sat, 1 Jan 2000 20:00:28 +0000 (20:00 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 1 Jan 2000 20:00:28 +0000 (20:00 +0000)
tests/tail-2/fflush

index 3834f22..d4fc01e 100755 (executable)
@@ -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