summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-09-06 09:39:31 +0200
committerJim Meyering <meyering@redhat.com>2009-09-06 09:40:43 +0200
commitd54376db68adf655b5f09855442b2983fc2f4f3e (patch)
tree957e98a9660c3dee1af27a3300aa4d451732731b /tests/Makefile.am
parentaf054f80b24d1ed3ac0cb9c4593eac5f0a3c5788 (diff)
downloadcoreutils-d54376db68adf655b5f09855442b2983fc2f4f3e.tar.xz
tail: flush initial output before possibly blocking
* src/tail.c (main): Flush any output from tail_file, before calling tail_forever_inotify, which can block. * tests/tail-2/flush-initial: New file. Test for the bug. * tests/Makefile.am (TESTS): Add tail-2/flush-initial. * NEWS (Bug fixes): Mention it. This bug was introduced in coreutils-7.5 via commit ae494d4b, 2009-06-02, "tail: use inotify if it is available".
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index d9ff95be4..d83d41b9b 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -427,6 +427,7 @@ TESTS = \
rmdir/t-slash \
tail-2/assert-2 \
tail-2/big-4gb \
+ tail-2/flush-initial \
tail-2/proc-ksyms \
tail-2/start-middle \
touch/dangling-symlink \