summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-02-02 14:14:31 +0000
committerJim Meyering <jim@meyering.net>2005-02-02 14:14:31 +0000
commit014e2c6ffb94f5908f23be228319374b33f63876 (patch)
tree801a1deddc50b8eb80405afe7093534075f4234a /ChangeLog
parent8fecea5296f39678a5072aa59e658fc75b25f1d6 (diff)
downloadcoreutils-014e2c6ffb94f5908f23be228319374b33f63876.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d2a798eb..f769fea51 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,16 @@
+2005-02-02 Jim Meyering <jim@meyering.net>
+
+ * tests/du/8gb: Also adjust the test (s/64/128/) to detect
+ systems that don't support sparse files.
+ Check for $2 -ge 128, rather than $2 = 128, in case
+ there is a file system type that doesn't support sparse files,
+ yet for which metadata takes up additional space.
+ Both reported by Andreas Schwab.
+
2005-02-01 Eric Blake <ebb9@byu.net> (tiny change)
- * tests/du/8gb: Detect sparse files on NTFS under cygwin.
+ * tests/du/8gb: Create a larger test file, so we properly
+ detect that sparse files can be created on NTFS under cygwin.
2005-01-30 Jim Meyering <jim@meyering.net>