summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-09-26 07:33:53 +0000
committerJim Meyering <jim@meyering.net>2005-09-26 07:33:53 +0000
commit43bdd9709aac23157b6070f1b1f7c1f27f943a01 (patch)
treee70cc6f163f6bcf31c7cb3495cb14df0fa8045e8
parent7019fe1a9a20511a433f65573e77f42e55deabda (diff)
downloadcoreutils-43bdd9709aac23157b6070f1b1f7c1f27f943a01.tar.xz
*** empty log message ***
-rw-r--r--ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 040df4240..32a653655 100644
--- 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>