diff options
author | Jim Meyering <jim@meyering.net> | 2005-11-17 19:08:01 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-11-17 19:08:01 +0000 |
commit | b02d160c35d95cea64452fc6285b779f0ab8d53f (patch) | |
tree | 859e74a33e9e2a1664cdaf0c316c4fb37e639010 /ChangeLog | |
parent | 422bcecd8a1db1e1a091749e99e2f980e39ac704 (diff) | |
download | coreutils-b02d160c35d95cea64452fc6285b779f0ab8d53f.tar.xz |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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> |