]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Fix test suite problems reported by Eric Blake on Cygwin.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 14 Apr 2005 20:35:59 +0000 (20:35 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 14 Apr 2005 20:35:59 +0000 (20:35 +0000)
ChangeLog

index 732715a91fa87efe6b021d0e20fe3747acdde287..9593b9f6d4708d38bc7cefbcf1fe0b768d1a9121 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>