diff options
Diffstat (limited to 'tests/touch/no-create-missing')
-rwxr-xr-x | tests/touch/no-create-missing | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/touch/no-create-missing b/tests/touch/no-create-missing index be2d0dbf3..48c81d55d 100755 --- a/tests/touch/no-create-missing +++ b/tests/touch/no-create-missing @@ -41,4 +41,4 @@ if "$test" -w /dev/stdout >/dev/null && touch -ca - >&- 2> /dev/null || fail=1 fi -(exit $fail); exit $fail +Exit $fail |