summaryrefslogtreecommitdiff
path: root/tests/chown/basic
diff options
context:
space:
mode:
Diffstat (limited to 'tests/chown/basic')
-rwxr-xr-xtests/chown/basic2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/chown/basic b/tests/chown/basic
index 434a6bac2..5c7c4d287 100755
--- a/tests/chown/basic
+++ b/tests/chown/basic
@@ -50,4 +50,4 @@ chown --no-dereference --from=0:1 2:010 slink || fail=1
# owner/group on the symlink should be changed
set _ `ls -n slink`; shift; test "$3:$4" = 2:10 || fail=1
-(exit $fail); exit $fail
+Exit $fail