diff options
author | Jim Meyering <jim@meyering.net> | 2001-09-02 15:22:37 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-09-02 15:22:37 +0000 |
commit | ee5c9da57b70b30129554323ef4c4427bf65445a (patch) | |
tree | fd5c084f75c1b8205764175d22372b75c028133c /tests/cp/special-bits | |
parent | cf346c4179e3060ff80a0165c750ea46487402d6 (diff) | |
download | coreutils-ee5c9da57b70b30129554323ef4c4427bf65445a.tar.xz |
Don't pass an argument to a sourced script.
Diffstat (limited to 'tests/cp/special-bits')
-rwxr-xr-x | tests/cp/special-bits | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cp/special-bits b/tests/cp/special-bits index 26354c8e1..231ba0037 100755 --- a/tests/cp/special-bits +++ b/tests/cp/special-bits @@ -10,7 +10,7 @@ if test "$VERBOSE" = yes; then cp --version fi -. $srcdir/../priv-check require-root +PRIV_CHECK_ARG=require-root . $srcdir/../priv-check pwd=`pwd` tmp=spec-bits.$$ |