]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Mon, 26 Sep 2005 07:33:53 +0000 (07:33 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 26 Sep 2005 07:33:53 +0000 (07:33 +0000)
ChangeLog

index 040df424051f73cfe76d23edfdaf67af7a014f68..32a6536552d6f6d38a043acec764cbf3ef88a2b1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,9 +6,9 @@
        * tests/touch/Makefile.am (TESTS): Add read-only.
 
        Work around the root cause of alpha-linux-1.sf.net test failure.
-       * tests/chmod/usage: Remove all files in inner loop.
-       Otherwise, with a touch program that fails on unwritable files,
-       (this happens at least on linux-2.2.20) a -w file left behind
+       * tests/chmod/usage: Remove *all* files before each inner loop
+       iteration.  Otherwise, with a touch program that fails on unwritable
+       files, (this happens at least on linux-2.2.20) a -w file left behind
        from a previous iteration could cause a spurious test failure.
 
 2005-09-25  Paul Eggert  <eggert@cs.ucla.edu>