]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Fix sticky-directory test case bug reported by Bert Fischer.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 19 Sep 2004 07:11:48 +0000 (07:11 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 19 Sep 2004 07:11:48 +0000 (07:11 +0000)
ChangeLog

index a91d14a8681bc93c9a5c6f7682c693bcce7e89d0..70a4f01d015658dd9ff22166247dc17d67a22e14 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-09-19  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * 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  <eggert@cs.ucla.edu>
 
        * src/md5sum.c (STATUS_OPTION, STRING_OPTION): New enums.