summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-07-09 17:49:28 +0000
committerJim Meyering <jim@meyering.net>2006-07-09 17:49:28 +0000
commit86f86c121b3375fc9a36d4c8bcc108ad7503ccbf (patch)
tree6a0a8d9220fbae0b2a64c3ff86b06d2e596d7bc4
parent6eb562ad356fd9827272224a06896623842ac904 (diff)
downloadcoreutils-86f86c121b3375fc9a36d4c8bcc108ad7503ccbf.tar.xz
*** empty log message ***
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d9d52281c..0d4e971da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
* tests/mv/dir2dir: Adjust so failing with ENOTEMPTY is ok, too.
That happens with Linux/tmpfs.
+ * tests/mv/Makefile.am (TESTS): Add dir2dir.
2006-07-09 Paul Eggert <eggert@cs.ucla.edu>