summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-11-02 20:45:24 +0000
committerJim Meyering <jim@meyering.net>2005-11-02 20:45:24 +0000
commit186bf114ddb04c66e0422f369d10458440b76ad3 (patch)
tree2ab9dc4f0ae614ace97eb17aa5549117a79b0a84
parent812db65afab6015b180befc9e51df96a810c390b (diff)
downloadcoreutils-186bf114ddb04c66e0422f369d10458440b76ad3.tar.xz
*** empty log message ***
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a2c0d30e1..b33b8c4e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
* Version 6.0-cvs.
+ * tests/dd/unblock-sync: Redirect stderr to /dev/null so the
+ `M+N records in/out' lines don't pollute `make check' output.
+
* tests/dd/skip-seek (sk-seek4): New test, to exercise the bug
fixed on 2005-10-31. This test uses the new, IN_PIPE specifier.
* tests/Coreutils.pm: Accept a new type of input specifier: IN_PIPE,