From: Jim Meyering Date: Tue, 10 May 2005 07:35:46 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: CPPI-1_12~845 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f81cd0f71b98058e8f282f390cbf8b8ccff86c12;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 3a05a93e13..5ee15c15e7 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