summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2009-03-11 11:39:33 +0000
committerPádraig Brady <P@draigBrady.com>2009-03-11 14:27:39 +0000
commit1644e589050ddfce4bbd5ebbe10a4e041499e386 (patch)
tree0f3323489556bf303057f25b6ca87a5533873e4a /tests/Makefile.am
parent55efc5f3ee485b3e31a91c331f07c89aeccc4e89 (diff)
downloadcoreutils-1644e589050ddfce4bbd5ebbe10a4e041499e386.tar.xz
cat: Fix immediate output of processed data
Introduced by commit 790892db, 2006-06-08 "Ensure that cat works ...". * NEWS: Mention the bugfix. * src/cat.c (cat): Fix the typo which stopped the writing of processed data before a blocking read() is done. * tests/misc/cat-buf: Add to ensure processed data is not buffered. * tests/Makefile.am: Reference the new test.
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 07e947341..10be0c60f 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -149,6 +149,7 @@ TESTS = \
misc/wc-files0-from \
misc/wc-files0 \
misc/cat-proc \
+ misc/cat-buf \
misc/base64 \
misc/basename \
misc/close-stdout \