From 6cb491d9df9ed34684cc8030e5549ae3da41304b Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 6 Jan 2000 15:58:47 +0000 Subject: [PATCH] (TESTS): Remove fflush. It didn't test the losing behavior, and left a stray tail process to boot. --- tests/tail-2/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tail-2/Makefile.am b/tests/tail-2/Makefile.am index 55c3b80da5..c433aa7e3d 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 -- 2.47.3