summaryrefslogtreecommitdiff
path: root/tests/tail-2/fflush
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-01-01 20:00:28 +0000
committerJim Meyering <jim@meyering.net>2000-01-01 20:00:28 +0000
commitd5d6d965ed4de62dc7bc4b6294fccf924e88e362 (patch)
treef0ce995ea49c74908254a16acf2d73b8201bb033 /tests/tail-2/fflush
parentd9fd3ba61782807d94a83220a90d784e6ba20033 (diff)
downloadcoreutils-d5d6d965ed4de62dc7bc4b6294fccf924e88e362.tar.xz
*** empty log message ***
Diffstat (limited to 'tests/tail-2/fflush')
-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