diff options
author | Jim Meyering <jim@meyering.net> | 2007-03-17 11:44:42 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-03-17 11:44:42 +0100 |
commit | 0edae5eee675704e3719c0df0a2e59af817cff85 (patch) | |
tree | 5f8a3463ff2c2ffdcc2b5e300de05fba87ed37c5 /ChangeLog | |
parent | 11f43d2e22606620149fd66f09b9af601b8b19aa (diff) | |
download | coreutils-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-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |