bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cp-parents test and ACLs


From: Paul Eggert
Subject: Re: cp-parents test and ACLs
Date: Wed, 22 Jun 2005 00:39:31 -0700
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.4 (gnu/linux)

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

2005-06-22  Paul Eggert  <address@hidden>

        * 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]