summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-12-09 14:17:00 +0100
committerJim Meyering <jim@meyering.net>2006-12-09 14:17:00 +0100
commitdab023dec17868b763098bb8a1cd0caccd6c8e5d (patch)
treeea80a6fd96133380cfd394ebac8c183af1ffc666 /ChangeLog
parent939c480a79f7776a3d6a73fbf3eef411d1e2256f (diff)
downloadcoreutils-dab023dec17868b763098bb8a1cd0caccd6c8e5d.tar.xz
* tests/uniq/Test.pm (test_vector): Skip the pipe-reading test
whenever uniq is expected to fail. This should catch the other case [test #112] in which uniq emits "cat: write error: Broken pipe" on some systems.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 66bf2b0ac..f4eea6394 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-12-09 Jim Meyering <jim@meyering.net>
+
+ * tests/uniq/Test.pm (test_vector): Skip the pipe-reading test
+ whenever uniq is expected to fail. This should catch the other case
+ [test #112] in which uniq emits "cat: write error: Broken pipe" on
+ some systems.
+
2006-12-08 Jim Meyering <jim@meyering.net>
Include bootstrap tool version info in the announcement form.