summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-12-07 10:04:04 +0100
committerJim Meyering <jim@meyering.net>2006-12-07 10:04:04 +0100
commit9f1b96313e8653f1ad5358539776c58fd8fbdaef (patch)
treea7351a04f56886e19b84a0d48bc5f3b30716b51c /ChangeLog
parentfc92148eac1cd2f8a5e99b3facc21e630e815bef (diff)
downloadcoreutils-9f1b96313e8653f1ad5358539776c58fd8fbdaef.tar.xz
Make the output of "make check" more reproducible.
* tests/uniq/Test.pm: Don't perform the pipe-reading version of test 118, since it emits "cat: write error: Broken pipe" on some systems.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 25b01d1b0..a3de0c91b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-12-07 Jim Meyering <jim@meyering.net>
+
+ Make the output of "make check" more reproducible.
+ * tests/uniq/Test.pm: Don't perform the pipe-reading version of test
+ 118, since it emits "cat: write error: Broken pipe" on some systems.
+
2006-12-06 Paul Eggert <eggert@cs.ucla.edu>
* NEWS: Document the cp -p fix for special bits.