From: Jim Meyering Date: Mon, 26 Sep 2005 07:25:29 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.90~50 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=012c33d39c37bb860f903af2f0bcc9c40a898e20;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index c644d3b6fe..36cef26b57 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,20 @@ -2005-09-25 Jim Meyering +2005-09-26 Jim Meyering * 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 + + * tests/chmod/usage: Undo the s/files/file/ change, but add + comments about why the old version was desired. + +2005-09-25 Jim Meyering + * tests/ls-2/tests (setuid-etc): Work around output mismatch when a just-created test file cannot be made set-group-ID.