summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-10-25 14:28:04 +0000
committerJim Meyering <jim@meyering.net>1998-10-25 14:28:04 +0000
commit9c5d11d5c58386a18f3f7c880440863d6aead9dc (patch)
treef98547f3748947acadd827257d7fcaf15dc13a34 /old
parentbf6c2a07afd9de7587c0fd08d39693800f0579b1 (diff)
downloadcoreutils-9c5d11d5c58386a18f3f7c880440863d6aead9dc.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 226e05c4b..9d32d3ddf 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,5 +1,13 @@
1998-10-25 Jim Meyering <meyering@ascend.com>
+ * Version 4.0-b6.
+
+ * tests/rm/unreadable: Two new tests.
+ * tests/rm/Makefile.am (TESTS): Add new test `unreadable'. But comment
+ it out since we're so close to release and since the test compares the
+ text of diagnostics that are likely to vary between systems.
+ (TEST_ENVIRONMENT): Add required framework.
+
* src/remove.c (remove_cwd_entries): Don't apply CLOSEDIR to a NULL
pointer. (provoke with `mkdir -m 0100 x; rm -rf x')
Upon CLOSEDIR failure, set `status' to RM_ERROR, not RM_OK.