summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-12-02 22:04:13 +0100
committerJim Meyering <jim@meyering.net>2006-12-02 22:04:13 +0100
commit6e7e2709c865504d72592dd7d5ee9382230ee169 (patch)
treeb005922bb83568874022887ca0ba66d8d8df35ab /ChangeLog
parentaa0fb1e032e2986a68eddf7b73d5fc1970b2ebb7 (diff)
downloadcoreutils-6e7e2709c865504d72592dd7d5ee9382230ee169.tar.xz
* tests/du/basic: Generate 4KB file simply using printf, rather than
seq+head. This avoids a spurious "Broken pipe" diagnostic from seq.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 714f8b91c..94db40d13 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-12-02 Jim Meyering <jim@meyering.net>
+
+ * tests/du/basic: Generate 4KB file simply using printf, rather than
+ seq+head. This avoids a spurious "Broken pipe" diagnostic from seq.
+
2006-11-28 Jim Meyering <jim@meyering.net>
* tests/mv/no-target-dir: Detect a buggy rename syscall. If found,