diff options
Diffstat (limited to 'tests/chgrp')
-rwxr-xr-x | tests/chgrp/no-x | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/chgrp/no-x b/tests/chgrp/no-x index a98ba90ef..57900d83c 100755 --- a/tests/chgrp/no-x +++ b/tests/chgrp/no-x @@ -24,9 +24,8 @@ fi . $srcdir/../lang-default . $srcdir/../group-names -PRIV_CHECK_ARG=require-non-root . $srcdir/../priv-check - . $srcdir/../test-lib.sh +skip_if_root_ set _ $groups; shift g1=$1 |