diff options
Diffstat (limited to 'tests/touch/not-owner')
-rwxr-xr-x | tests/touch/not-owner | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/touch/not-owner b/tests/touch/not-owner index adcdaa87a..b0ad4ac59 100755 --- a/tests/touch/not-owner +++ b/tests/touch/not-owner @@ -54,4 +54,4 @@ test "$match" = 1 || fail=1 test $fail = 1 && diff out exp 2> /dev/null -(exit $fail); exit $fail +Exit $fail |