summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-09-19 07:11:48 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-09-19 07:11:48 +0000
commite165ffef18040a143757d936954da5707d32022a (patch)
tree0324e038cc1479be98c8a6ccfc610ae690e89d3a /ChangeLog
parentd98eed0845584a20e67bc9ddac2395f09d66c1df (diff)
downloadcoreutils-e165ffef18040a143757d936954da5707d32022a.tar.xz
Fix sticky-directory test case bug reported by Bert Fischer.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a91d14a86..70a4f01d0 100644
--- 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.