summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-05-11 08:57:32 +0000
committerJim Meyering <jim@meyering.net>2006-05-11 08:57:32 +0000
commit5a55ecfac357867f132ca7299a2100450a55626e (patch)
treecd83f4994ec9fd653d498130ad02f58983360a84
parentaf5ca358b931e3a62cccd2b577249fadd79ec63d (diff)
downloadcoreutils-5a55ecfac357867f132ca7299a2100450a55626e.tar.xz
*** empty log message ***
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f66a645fa..043e9deaa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,7 @@
* Version 6.0-cvs.
- mv -T DIR EMPTY_DIR no longer fails
+ mv -T DIR EMPTY_DIR no longer fails unconditionally
* 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
@@ -10,6 +10,7 @@
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.
+ * NEWS: Mention this.
* tests/mv/atomic: New file/test for yesterday's fix.
* tests/mv/Makefile.am (TESTS): Add atomic.