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 | |
parent | 273c2c5fbc2a5d59aa73ec7423ab244b289b765b (diff) | |
download | coreutils-9ae60993235afbde716900798f20935408b79a48.tar.xz |
Reflect name and usage changes.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/chown/basic | 2 | ||||
-rwxr-xr-x | tests/cp/special-bits | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/chown/basic b/tests/chown/basic index 6f09f8c45..106e39282 100755 --- a/tests/chown/basic +++ b/tests/chown/basic @@ -8,7 +8,7 @@ fi . $srcdir/../envvar-check . $srcdir/../lang-default -. $srcdir/../root-only +. $srcdir/../priv-check require-root pwd=`pwd` tmp=basic.$$ 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.$$ |