From: Paul Eggert Date: Sun, 19 Sep 2004 07:11:48 +0000 (+0000) Subject: Fix sticky-directory test case bug reported by Bert Fischer. X-Git-Tag: v5.3.0~671 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e165ffef18040a143757d936954da5707d32022a;p=thirdparty%2Fcoreutils.git Fix sticky-directory test case bug reported by Bert Fischer. --- diff --git a/ChangeLog b/ChangeLog index a91d14a868..70a4f01d01 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2004-09-19 Paul Eggert + + * tests/rm/fail-eperm: Don't try to remove writeable files in a + sticky /tmp directory, as SVR4-like systems (e.g., Solaris 9) let + you remove such files. Problem reported by Bert Fischer in: + http://lists.gnu.org/archive/html/bug-coreutils/2004-09/msg00074.html + 2004-09-18 Paul Eggert * src/md5sum.c (STATUS_OPTION, STRING_OPTION): New enums.