summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-11-18 13:40:17 +0000
committerJim Meyering <jim@meyering.net>2000-11-18 13:40:17 +0000
commit16f1ca4c354c7c7422da15faa4760b3f83b1b0b3 (patch)
tree6f58e0e71fd672df95afb8181b40584510658f05 /old
parentc7087747a407258cb98c6c8d92193d7a1b995c35 (diff)
downloadcoreutils-16f1ca4c354c7c7422da15faa4760b3f83b1b0b3.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 0d9baf12b..d1c1f81e1 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -5,6 +5,8 @@
* src/mkdir.c (main): With --parents, remove any trailing slashes
from the argument to the final mkdir call. Required for NetBSD.
Reported by Volker Borchert.
+ * tests/mkdir/t-slash: New test for this.
+ * tests/mkdir/Makefile.am (TESTS): Add t-slash.
* tests/mv/mv-special-1: Create and `cd' into temporary directory
before anything else. Reported by Volker Borchert.