diff options
author | Jim Meyering <jim@meyering.net> | 1998-10-25 14:28:04 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-10-25 14:28:04 +0000 |
commit | 9c5d11d5c58386a18f3f7c880440863d6aead9dc (patch) | |
tree | f98547f3748947acadd827257d7fcaf15dc13a34 | |
parent | bf6c2a07afd9de7587c0fd08d39693800f0579b1 (diff) | |
download | coreutils-9c5d11d5c58386a18f3f7c880440863d6aead9dc.tar.xz |
.
-rw-r--r-- | old/fileutils/ChangeLog | 8 |
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. |