summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-02-18 17:40:06 +0100
committerJim Meyering <jim@meyering.net>2007-02-18 17:40:06 +0100
commitc95bb0c6f075e9301c13bbfc107517cde1575bb4 (patch)
tree13cd96f5dc192757373ae442f1fa3052acbcc6cb /ChangeLog
parentd07d81df2721a43b7b1dfd14e7c9b856bc5f4309 (diff)
downloadcoreutils-c95bb0c6f075e9301c13bbfc107517cde1575bb4.tar.xz
* tests/rm/fail-eacces: Skip this test when running as root.
Reported by Matthew Woehlke.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ecc090da2..a0854d789 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2007-02-18 Jim Meyering <jim@meyering.net>
+ * tests/rm/fail-eacces: Skip this test when running as root.
+ Reported by Matthew Woehlke.
+
* bootstrap: Use "._bootmp" as the temporary directory name,
not ".#bootmp". The latter's "#" caused trouble with the new,
gnulib-added "LINK_WARNING_H = $(top_srcdir)/.#bootmp/..." line.