diff options
Diffstat (limited to 'tests/touch/read-only')
-rwxr-xr-x | tests/touch/read-only | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/touch/read-only b/tests/touch/read-only index e2338c51c..8b7ebd18f 100755 --- a/tests/touch/read-only +++ b/tests/touch/read-only @@ -33,4 +33,4 @@ touch read-only || fail=1 touch - 1< read-only 2> /dev/null && { test ! -f - || fail=1; } -(exit $fail); exit $fail +Exit $fail |