diff options
author | Jim Meyering <jim@meyering.net> | 2000-01-06 15:58:47 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-01-06 15:58:47 +0000 |
commit | 6cb491d9df9ed34684cc8030e5549ae3da41304b (patch) | |
tree | f26f052d4a712095aa623a13bbdc43b9525d9176 /tests/tail-2 | |
parent | 21b43e0fe9df726424e7fc66a5574dde67cb0eb4 (diff) | |
download | coreutils-6cb491d9df9ed34684cc8030e5549ae3da41304b.tar.xz |
(TESTS): Remove fflush. It didn't
test the losing behavior, and left a stray tail process to boot.
Diffstat (limited to 'tests/tail-2')
-rw-r--r-- | tests/tail-2/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tail-2/Makefile.am b/tests/tail-2/Makefile.am index 55c3b80da..c433aa7e3 100644 --- a/tests/tail-2/Makefile.am +++ b/tests/tail-2/Makefile.am @@ -9,4 +9,4 @@ TESTS_ENVIRONMENT = \ PATH=`pwd`/../../src:$$PATH \ PROG=tail -TESTS = assert fflush +TESTS = assert |