Thanks for reporting that; I installed the following slightly-different
patch.

2005-06-22  Paul Eggert  <[EMAIL PROTECTED]>

        * tests/cp/cp-parents: Use chmod to work around some hosts with
        ACL problems.  Problem reported by Kevin Mudrick.

--- cp-parents  23 Jun 2004 15:07:04 -0000      1.13
+++ cp-parents  22 Jun 2005 07:38:06 -0000      1.14
@@ -31,6 +31,9 @@ cd $tmp || framework_failure=1
 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


_______________________________________________
Bug-coreutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to