* NEWS: Document fix for cp -i and mv -i.
commit2a01141018637fc06604335aea673dff95efd033
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 20 Sep 2006 17:32:14 +0000 (20 17:32 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 20 Sep 2006 17:32:14 +0000 (20 17:32 +0000)
tree4cf78e6c99e09e4a5d947e465b92829fc7a43bae
parentfae30e1af9aec9486b0a278c1c5e7b8c6abba498
* NEWS: Document fix for cp -i and mv -i.
* src/copy.c (copy_internal): With -i, prompt even if the source
is a directory and the destination is not.  This is required by
POSIX and gives the user a chance to bail out before failing.
* tests/cp/Makefile.am (TESTS): Add cp-i.
* tests/cp/cp-i: New file.
* tests/mv/Makefile.am (TESTS): Add i-5.
* tests/mv/i-5: New file.
ChangeLog
NEWS
src/copy.c
tests/cp/Makefile.am
tests/cp/cp-i [new file with mode: 0755]
tests/mv/Makefile.am
tests/mv/i-5 [new file with mode: 0755]