summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-01-08 15:50:51 +0100
committerJim Meyering <meyering@redhat.com>2008-01-08 15:53:29 +0100
commite80379051b72cff4c948c7045491c9faa8a2a643 (patch)
tree36813949c3a23ddb7abf8a2ab1f1a919fd4fd378 /ChangeLog
parent0c3544ddc20ad65a040cb0dfbd4be9e078ee333c (diff)
downloadcoreutils-e80379051b72cff4c948c7045491c9faa8a2a643.tar.xz
parent-perm: avoid a bizarre test failure.
* tests/cp/parent-perm: Accommodate the situation in which chmod ("dir", 02755) returns 0 yet fails to set the S_ISGID bit.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c38ab7331..e834634c3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2008-01-08 Jim Meyering <meyering@redhat.com>
+ parent-perm: avoid a bizarre test failure.
+ * tests/cp/parent-perm: Accommodate the situation in which
+ chmod ("dir", 02755) returns 0 yet fails to set the S_ISGID bit.
+
Remove uses of now-undefined Makefile variable.
* src/Makefile.am (dir_LDADD, ls_LDADD, vdir_LDADD): Remove uses
of no-longer-defined variable, $(LIB_ACL_TRIVIAL).