diff options
Diffstat (limited to 'tests/touch/obsolescent')
-rwxr-xr-x | tests/touch/obsolescent | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/touch/obsolescent b/tests/touch/obsolescent index 8b558777e..a5dcd24b6 100755 --- a/tests/touch/obsolescent +++ b/tests/touch/obsolescent @@ -43,4 +43,4 @@ y2000=0101000000 rm -f $y2000 file || fail=1 touch $y2000 file && test -f $y2000 && test -f file || fail=1 -(exit $fail); exit $fail +Exit $fail |