diff options
Diffstat (limited to 'tests/mv/update')
-rwxr-xr-x | tests/mv/update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mv/update b/tests/mv/update index 15e6fa762..29910c82b 100755 --- a/tests/mv/update +++ b/tests/mv/update @@ -57,4 +57,4 @@ cp --update new old || fail=1 case "`cat old`" in new) ;; *) fail=1 ;; esac case "`cat new`" in new) ;; *) fail=1 ;; esac -(exit $fail); exit $fail +Exit $fail |