diff options
author | Jim Meyering <jim@meyering.net> | 2005-09-26 07:25:29 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-09-26 07:25:29 +0000 |
commit | 012c33d39c37bb860f903af2f0bcc9c40a898e20 (patch) | |
tree | fe7deeea2fc0e12dec4dac4411dca28e466aed2f | |
parent | 6540422861f51141565eb894defc3dc46d8439b7 (diff) | |
download | coreutils-012c33d39c37bb860f903af2f0bcc9c40a898e20.tar.xz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -1,7 +1,20 @@ -2005-09-25 Jim Meyering <jim@meyering.net> +2005-09-26 Jim Meyering <jim@meyering.net> * Version 5.3.1-cvs. + 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 + from a previous iteration could cause a spurious test failure. + +2005-09-25 Paul Eggert <eggert@cs.ucla.edu> + + * tests/chmod/usage: Undo the s/files/file/ change, but add + comments about why the old version was desired. + +2005-09-25 Jim Meyering <jim@meyering.net> + * tests/ls-2/tests (setuid-etc): Work around output mismatch when a just-created test file cannot be made set-group-ID. |