*** empty log message ***
authorJim Meyering <jim@meyering.net>
Tue, 10 May 2005 07:35:46 +0000 (07:35 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 10 May 2005 07:35:46 +0000 (07:35 +0000)
ChangeLog

index 3a05a93..5ee15c1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,14 @@
 
        * Version 5.3.1.
 
+       * src/copy.c (abandon_move): Remove erroneous UNWRITABLE check.
+       This makes `mv -i --reply=no f1 f2' work as expected (in not
+       performing the move operation).  But note that specifying `-i'
+       after `--reply=no' does *not* work.
+       Tiny patch from Vlada Macek.
+       * tests/mv/reply-no: New file.  Test for the above fix.
+       * tests/mv/Makefile.am (TESTS): Add reply-no.
+
        * tests/ls-2/tests: Don't print PATH to stderr.
 
 2005-05-08  Paul Eggert  <eggert@cs.ucla.edu>