diff options
Diffstat (limited to 'tests/cp/parent-perm')
-rwxr-xr-x | tests/cp/parent-perm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cp/parent-perm b/tests/cp/parent-perm index bca0f8769..d2c2533cc 100755 --- a/tests/cp/parent-perm +++ b/tests/cp/parent-perm @@ -24,7 +24,7 @@ fi . $top_srcdir/tests/envvar-check . $top_srcdir/tests/test-lib.sh -. $abs_srcdir/../umask-check +working_umask_or_skip_ mkdir -p a/b/c a/b/d e || framework_failure touch a/b/c/foo a/b/d/foo || framework_failure |