diff options
author | Jim Meyering <jim@meyering.net> | 2001-08-05 08:45:36 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-08-05 08:45:36 +0000 |
commit | 9ae60993235afbde716900798f20935408b79a48 (patch) | |
tree | be9be8bd61769c4c7e0945d13306b42f4a2600c6 /tests/cp/special-bits | |
parent | 273c2c5fbc2a5d59aa73ec7423ab244b289b765b (diff) | |
download | coreutils-9ae60993235afbde716900798f20935408b79a48.tar.xz |
Reflect name and usage changes.
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 d7e5a9754..26354c8e1 100755 --- a/tests/cp/special-bits +++ b/tests/cp/special-bits @@ -10,7 +10,7 @@ if test "$VERBOSE" = yes; then cp --version fi -. $srcdir/../root-only +. $srcdir/../priv-check require-root pwd=`pwd` tmp=spec-bits.$$ |