-2005-06-21 Jim Meyering <jim@meyering.net>
+2005-06-22 Paul Eggert <eggert@cs.ucla.edu>
* Version 5.3.1.
+ * tests/cp/cp-parents: Use chmod to work around some hosts with
+ ACL problems. Problem reported by Kevin Mudrick.
+
+2005-06-21 Jim Meyering <jim@meyering.net>
+
* tests/du/deref-args: Use --apparent-size to avoid the vagaries
of counting blocks. Kevin Mudrick reported that this test would
fail on an nfs-mounted directory where attribute-caching is
mkdir foo bar || framework_failure=1
mkdir -p a/b/c d e || framework_failure=1
+# Systems with ACLs might need this, if ACLs override umask.
+chmod -R 755 a d e || framework_failure=1
+
if test $framework_failure = 1; then
echo 'failure in testing framework'
exit 1