diff options
author | Jim Meyering <jim@meyering.net> | 2000-12-31 09:48:35 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-12-31 09:48:35 +0000 |
commit | 9b525d2fe1d53e3a5023f241f32f28c7a329c899 (patch) | |
tree | d2a8a86e6b648e7d10630e8413794fb38e91be45 /tests/chmod/c-option | |
parent | 7a5e723600993981372671a3740e1ac407065311 (diff) | |
download | coreutils-9b525d2fe1d53e3a5023f241f32f28c7a329c899.tar.xz |
sticky-check -> setgid-check
Diffstat (limited to 'tests/chmod/c-option')
-rwxr-xr-x | tests/chmod/c-option | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/chmod/c-option b/tests/chmod/c-option index 8eec57b60..36feb6d2b 100755 --- a/tests/chmod/c-option +++ b/tests/chmod/c-option @@ -33,7 +33,7 @@ if test $framework_failure = 1; then (exit 1); exit fi -. $abs_srcdir/../sticky-check +. $abs_srcdir/../setgid-check fail=0 |