diff options
author | Jim Meyering <jim@meyering.net> | 2006-05-11 08:55:08 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-05-11 08:55:08 +0000 |
commit | af5ca358b931e3a62cccd2b577249fadd79ec63d (patch) | |
tree | 9d8094593a471aa67daf802abf51bb023400a7aa /ChangeLog | |
parent | 156459c2f5e368fdd2c55fc051caeb48fd995b4c (diff) | |
download | coreutils-af5ca358b931e3a62cccd2b577249fadd79ec63d.tar.xz |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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. |