From ee5c9da57b70b30129554323ef4c4427bf65445a Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 2 Sep 2001 15:22:37 +0000 Subject: Don't pass an argument to a sourced script. --- tests/cp/special-bits | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/cp/special-bits') 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.$$ -- cgit v1.2.3-54-g00ecf