From d1140874687a7d0f150a0789979234c33c7a1ef6 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 22 Jun 2005 07:38:06 +0000 Subject: * tests/cp/cp-parents: Use chmod to work around some hosts with ACL problems. --- tests/cp/cp-parents | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/cp/cp-parents') diff --git a/tests/cp/cp-parents b/tests/cp/cp-parents index 8f5182213..35b2c023a 100755 --- a/tests/cp/cp-parents +++ b/tests/cp/cp-parents @@ -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 -- cgit v1.2.3-54-g00ecf