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