diff options
author | Bruno Haible <bruno@clisp.org> | 2007-01-03 10:51:37 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-01-03 10:51:37 +0100 |
commit | f28e07f81d10148c06ffc458b1ea47927778e6fa (patch) | |
tree | 65310534af8a9bdb8c4d80a97e9cdd1982ef1788 /ChangeLog | |
parent | 8563b4c0519cee303e9609694b7a36453458cbbd (diff) | |
download | coreutils-f28e07f81d10148c06ffc458b1ea47927778e6fa.tar.xz |
Avoid spurious test failures on MacOS X 10.3.9, in a German locale.
* tests/chown/deref: Apply lang-default.
* tests/misc/split-a: Likewise.
* tests/mv/reply-no: Likewise.
Signed-off-by: Jim Meyering <jim@meyering.net>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2007-01-03 Bruno Haible <bruno@clisp.org> + Avoid spurious test failures on MacOS X 10.3.9, in a German locale. + * tests/chown/deref: Apply lang-default. + * tests/misc/split-a: Likewise. + * tests/mv/reply-no: Likewise. + * src/copy.c (copy_internal): Use mkfifo as a fallback if mknod fails. Needed on MacOS X. |