1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-05 08:10:15 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2005-05-10 07:35:46 +00:00
parent 6a23527114
commit f81cd0f71b
+8
View File
@@ -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>