summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-12-30 12:50:43 +0100
committerJim Meyering <jim@meyering.net>2006-12-30 12:50:43 +0100
commit5017d1b4e1879cf1cf644c02205eca3f2b18a947 (patch)
treed2a1672d6fa156aedb2f32b1f84bf5f572f20729 /ChangeLog
parent841d9a7d5dad12c1b97bd26381d2ffe226ea57f9 (diff)
downloadcoreutils-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--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 349fe5410..ccfc9e8b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.