diff options
author | Jim Meyering <jim@meyering.net> | 2000-01-01 20:00:28 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-01-01 20:00:28 +0000 |
commit | d5d6d965ed4de62dc7bc4b6294fccf924e88e362 (patch) | |
tree | f0ce995ea49c74908254a16acf2d73b8201bb033 /tests/tail-2 | |
parent | d9fd3ba61782807d94a83220a90d784e6ba20033 (diff) | |
download | coreutils-d5d6d965ed4de62dc7bc4b6294fccf924e88e362.tar.xz |
*** empty log message ***
Diffstat (limited to 'tests/tail-2')
-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 |