summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-11-17 19:08:01 +0000
committerJim Meyering <jim@meyering.net>2005-11-17 19:08:01 +0000
commitb02d160c35d95cea64452fc6285b779f0ab8d53f (patch)
tree859e74a33e9e2a1664cdaf0c316c4fb37e639010 /ChangeLog
parent422bcecd8a1db1e1a091749e99e2f980e39ac704 (diff)
downloadcoreutils-b02d160c35d95cea64452fc6285b779f0ab8d53f.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f40846c45..6de043e13 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,16 @@
* Version 6.0-cvs.
+ Expect acl-related tests to fail, until the corresponding
+ patches are committed.
+ * tests/mv/Makefile.am (XFAIL_TESTS): Add acl.
+ * tests/cp/Makefile.am (XFAIL_TESTS): Likewise.
+
+ ACL tests, from Andreas Gruenbacher.
+ * tests/acl, tests/mv/acl, tests/cp/acl: New files.
+ * tests/mv/Makefile.am (TESTS): Add acl.
+ * tests/cp/Makefile.am (TESTS): Add acl.
+
* src/ls.c (basename_is_dot_or_dotdot): Correct wording in comment.
2005-11-16 Paul Eggert <eggert@cs.ucla.edu>