diff options
Diffstat (limited to 'tests/cp')
-rwxr-xr-x | tests/cp/fail-perm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cp/fail-perm b/tests/cp/fail-perm index 0ed9166f4..49b06b0ce 100755 --- a/tests/cp/fail-perm +++ b/tests/cp/fail-perm @@ -22,8 +22,8 @@ if test "$VERBOSE" = yes; then fi . $srcdir/../lang-default -PRIV_CHECK_ARG=require-non-root . $srcdir/../priv-check . $srcdir/../test-lib.sh +skip_if_root_ mkdir D D/D || framework_failure touch D/a || framework_failure |