summaryrefslogtreecommitdiff
path: root/tests/cp/cp-parents
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cp/cp-parents')
-rwxr-xr-xtests/cp/cp-parents4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/cp/cp-parents b/tests/cp/cp-parents
index 35b2c023a..8f97cb515 100755
--- a/tests/cp/cp-parents
+++ b/tests/cp/cp-parents
@@ -22,6 +22,7 @@ abs_srcdir=`pwd`
cd $pwd || framework_failure=1
. $srcdir/../envvar-check
+. $srcdir/../umask-check
mkdir -p $tmp || framework_failure=1
cd $tmp || framework_failure=1
@@ -31,9 +32,6 @@ 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