.
authorJim Meyering <jim@meyering.net>
Sun, 25 Oct 1998 14:28:04 +0000 (14:28 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 25 Oct 1998 14:28:04 +0000 (14:28 +0000)
old/fileutils/ChangeLog

index 226e05c4bb6b5eaa7df4a1c1689e952993d7540d..9d32d3ddfbb5f33203a94d9ffdcafeaf6d4135db 100644 (file)
@@ -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.