summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-03-11 22:20:54 +0000
committerJim Meyering <jim@meyering.net>2003-03-11 22:20:54 +0000
commit97002b08a85143a0f63b4fd934c235c9257df98c (patch)
tree6973c205b5accd22c3a0ce2c047f969472f312df /ChangeLog
parent73408e50afadc262b9e1b193c9b4ae7a57f0145f (diff)
downloadcoreutils-97002b08a85143a0f63b4fd934c235c9257df98c.tar.xz
Make the test file exactly 4k bytes long.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c1d125135..005fec04a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
* Version 4.5.10.
+ * tests/du/basic: Make the test file exactly 4k bytes long.
+
* src/split.c (longopts): Don't hard-code `2' here.
Instead, just specify `&verbose', and ...
(main): ... remove the `case 2:' block for --verbose.