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