summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-03-17 11:44:42 +0100
committerJim Meyering <jim@meyering.net>2007-03-17 11:44:42 +0100
commit0edae5eee675704e3719c0df0a2e59af817cff85 (patch)
tree5f8a3463ff2c2ffdcc2b5e300de05fba87ed37c5 /ChangeLog
parent11f43d2e22606620149fd66f09b9af601b8b19aa (diff)
downloadcoreutils-0edae5eee675704e3719c0df0a2e59af817cff85.tar.xz
Avoid test failure on NFS-mounted Solaris ZFS file system.
* tests/du/basic: Skip a test if "." is on a non-local file system.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5bb7f9609..60ea4d977 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2007-03-17 Jim Meyering <jim@meyering.net>
+ Avoid test failure on NFS-mounted Solaris ZFS file system.
+ * tests/du/basic: Skip a test if "." is on a non-local file system.
+
Avoid an obscure build failure, prefer waitpid over wait.
* src/install.c (strip): Use waitpid, not wait. It's equivalent,
but feels less obsolescent.