summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2007-10-24 08:50:09 +0200
committerJim Meyering <meyering@redhat.com>2007-10-24 08:50:09 +0200
commitb924d0380eefddc4a6dd5b8521b91c3a4bc4527a (patch)
treeec3a803c9d55e2c5df4898238161dc0089897e34 /ChangeLog
parentdef157c9271c3fc601ec8fe7085fb63b25b3e26f (diff)
downloadcoreutils-b924d0380eefddc4a6dd5b8521b91c3a4bc4527a.tar.xz
Don't fail part 2 of tests/rm/unreadable when run as root.
* tests/rm/unreadable: With UID == 0, expect different results. Reported by Mike Frysinger.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 61ff64101..2757dff4a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-10-24 Jim Meyering <meyering@redhat.com>
+
+ Don't fail part 2 of tests/rm/unreadable when run as root.
+ * tests/rm/unreadable: With UID == 0, expect different results.
+ Reported by Mike Frysinger.
+
2007-10-23 Jim Meyering <meyering@redhat.com>
* README-hacking: Refer to LZMA Utils <http://tukaani.org/lzma/>.