diff options
Diffstat (limited to 'tests/touch/empty-file')
-rwxr-xr-x | tests/touch/empty-file | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/touch/empty-file b/tests/touch/empty-file index 0f42ba57e..9c11990dc 100755 --- a/tests/touch/empty-file +++ b/tests/touch/empty-file @@ -82,4 +82,4 @@ if test $fail != 0; then EOF fi -(exit $fail); exit $fail +Exit $fail |