diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-04-14 20:35:59 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-04-14 20:35:59 +0000 |
commit | 776587cbea640cc56192b97a82fb292cceb725a1 (patch) | |
tree | 0af8ea76e00706091c0a532e7c0cb25ec0c62eec /ChangeLog | |
parent | 9ca6f883665aa57fc850fe3bf1e3e8a9b182acc9 (diff) | |
download | coreutils-776587cbea640cc56192b97a82fb292cceb725a1.tar.xz |
Fix test suite problems reported by Eric Blake on Cygwin.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -1,7 +1,17 @@ -2005-04-14 Jim Meyering <jim@meyering.net> +2005-04-14 Paul Eggert <eggert@cs.ucla.edu> * Version 5.3.1. + Fix test suite problems reported by Eric Blake on Cygwin. + * tests/mv/mv-special-1: Ignore chatter about when files are removed, + since POSIX doesn't require rename to fail across file systems. + * tests/mv/setup (dot_mount_point): Use stat rather than df, as + it's more reliable. + (other_partition_tmpdir): Remove df from name as that would be + misleading now. + +2005-04-14 Jim Meyering <jim@meyering.net> + * src/chown-core.c: Correct typo, fchmod -> fchown, in a comment. 2005-04-12 Paul Eggert <eggert@cs.ucla.edu> |