diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/cp/fail-perm | 1 | ||||
-rwxr-xr-x | tests/rm/inaccessible | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/cp/fail-perm b/tests/cp/fail-perm index 5fa0332a4..11ac5432a 100755 --- a/tests/cp/fail-perm +++ b/tests/cp/fail-perm @@ -5,6 +5,7 @@ if test "$VERBOSE" = yes; then cp --version fi +. $srcdir/../lang-default PRIV_CHECK_ARG=require-non-root . $srcdir/../priv-check pwd=`pwd` diff --git a/tests/rm/inaccessible b/tests/rm/inaccessible index 32c10f4e9..d8fce710c 100755 --- a/tests/rm/inaccessible +++ b/tests/rm/inaccessible @@ -8,6 +8,7 @@ if test "$VERBOSE" = yes; then fi PRIV_CHECK_ARG=require-non-root . $srcdir/../priv-check +. $srcdir/../lang-default pwd=`pwd` t0=`echo "$0"|sed 's,.*/,,'`.tmp; tmp=$t0/$$ |