diff options
author | Jim Meyering <jim@meyering.net> | 2006-11-23 09:09:53 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-11-23 09:09:53 +0100 |
commit | 37012effc9177d4446e3a63f836df371b602a302 (patch) | |
tree | 62ec9de4af2ee2523e8dcd0c52e877d08e096d8c /ChangeLog | |
parent | a409011bba1acb33374a65d8563c0a2923cdd855 (diff) | |
download | coreutils-37012effc9177d4446e3a63f836df371b602a302.tar.xz |
* tests/du/deref-args: Use "printf %65536s x" to create a 64KB file,
rather than a pipeline that would sometimes evoke a diagnostic
like "seq: write error: Broken pipe".
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2006-11-23 Jim Meyering <jim@meyering.net> + * tests/du/deref-args: Use "printf %65536s x" to create a 64KB file, + rather than a pipeline that would sometimes evoke a diagnostic + like "seq: write error: Broken pipe". + * tests/help-version: Suppress dd transfer rate output. * configure.ac (AC_INIT): Bump to 6.7-pre, not 6.6-pre. |