diff options
Diffstat (limited to 'tests/chgrp.test')
-rwxr-xr-x | tests/chgrp.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/chgrp.test b/tests/chgrp.test index 2af93857..5a741d9b 100755 --- a/tests/chgrp.test +++ b/tests/chgrp.test @@ -4,7 +4,7 @@ if [ "$(id -u)" -ne 0 ] then - echo "SKIPPED: chgrp (not root)" + echo "$SHOWSKIP: chgrp (not root)" continue 2>/dev/null exit fi |