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