summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-05-10 07:35:46 +0000
committerJim Meyering <jim@meyering.net>2005-05-10 07:35:46 +0000
commitf81cd0f71b98058e8f282f390cbf8b8ccff86c12 (patch)
treed6948d9d9bbe1f54f2f4f4354800b99b9cb757e2 /ChangeLog
parent6a235271149b854be8ca8eb3d15a528e05957fbe (diff)
downloadcoreutils-f81cd0f71b98058e8f282f390cbf8b8ccff86c12.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3a05a93e1..5ee15c15e 100644
--- 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>