diff options
author | Jim Meyering <jim@meyering.net> | 2000-12-31 09:46:15 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-12-31 09:46:15 +0000 |
commit | 9a2e78d703d1d09e36a2f6067aa06e10f6bb9085 (patch) | |
tree | 6a68030876ce4bed37886b7676369b10b2342f7c /tests/cp/cp-parents | |
parent | b28d611552e1705f365dca1f68953353ce986f76 (diff) | |
download | coreutils-9a2e78d703d1d09e36a2f6067aa06e10f6bb9085.tar.xz |
sticky-check -> setgid-check
Diffstat (limited to 'tests/cp/cp-parents')
-rwxr-xr-x | tests/cp/cp-parents | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cp/cp-parents b/tests/cp/cp-parents index 0405918ba..c11accbbf 100755 --- a/tests/cp/cp-parents +++ b/tests/cp/cp-parents @@ -26,7 +26,7 @@ cd $pwd || framework_failure=1 mkdir $tmp || framework_failure=1 cd $tmp || framework_failure=1 -. $abs_srcdir/../sticky-check +. $abs_srcdir/../setgid-check mkdir foo bar || framework_failure=1 mkdir -p a/b/c d e || framework_failure=1 |