diff options
author | Jim Meyering <jim@meyering.net> | 2006-12-30 12:50:43 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-12-30 12:50:43 +0100 |
commit | 5017d1b4e1879cf1cf644c02205eca3f2b18a947 (patch) | |
tree | d2a1672d6fa156aedb2f32b1f84bf5f572f20729 /ChangeLog | |
parent | 841d9a7d5dad12c1b97bd26381d2ffe226ea57f9 (diff) | |
download | coreutils-5017d1b4e1879cf1cf644c02205eca3f2b18a947.tar.xz |
* tests/rm/fail-eperm: Avoid spurious differences (the error function
from latest glibc no longer prints the full program_name): so don't
invoke rm via ../../src/rm. Instead, invoke it via "PATH=../../src rm".
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2006-12-30 Jim Meyering <jim@meyering.net> + * tests/rm/fail-eperm: Avoid spurious differences (the error function + from latest glibc no longer prints the full program_name): so don't + invoke rm via ../../src/rm. Instead, invoke it via "PATH=../../src rm". + * tests/mv/acl (skip): Skip this test also if the destination directory, which is on a different file system, lacks ACL support. |