summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-09-29 11:30:48 +0000
committerJim Meyering <jim@meyering.net>2006-09-29 11:30:48 +0000
commitaf46184a80169c95bd0f8115a758d293836aa444 (patch)
tree00aafa177323e94e71c51b7e988d586bf08bd265 /ChangeLog
parenta4d470409f5590b95d33ab67e5866ab71e4f0e27 (diff)
downloadcoreutils-af46184a80169c95bd0f8115a758d293836aa444.tar.xz
* tests/seq/basic: Use .11 as the upper bound, in case the ".1"
increment translates to a slightly larger value. This corrects a test failure on FreeBSD 6.1 reported by Nelson Beebe. The final expected value wasn't being printed.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7a79e0bc6..1dc726e19 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2006-09-29 Jim Meyering <jim@meyering.net>
+ * tests/seq/basic: Use .11 as the upper bound, in case the ".1"
+ increment translates to a slightly larger value.
+ This corrects a test failure on FreeBSD 6.1 reported by Nelson Beebe.
+ The final expected value wasn't being printed.
+
Work around a readdir bug in Darwin 7.9.0 (MacOS X 10.3.9) on HFS+
and NFS, whereby rm would not remove all files in a directory.
* src/remove.c (CONSECUTIVE_READDIR_UNLINK_THRESHOLD): Reduce to 10.