1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-03-01 18:43:55 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2006-05-11 08:55:08 +00:00
parent 156459c2f5
commit af5ca358b9

View File

@@ -2,6 +2,15 @@
* Version 6.0-cvs.
mv -T DIR EMPTY_DIR no longer fails
* src/copy.c (copy_internal): Don't manually prohibit a move where
the destination is an existing directory. Sometimes doing that is
valid. Let the rename system call enforce the rules. That is
allowed only when the source is a directory and the destination
directory (to be replaced) is empty. Reported by Eric Blake.
* tests/mv/no-target-dir: New file/test for this.
* tests/mv/Makefile.am (TESTS): Add no-target-dir.
* tests/mv/atomic: New file/test for yesterday's fix.
* tests/mv/Makefile.am (TESTS): Add atomic.