diff options
Diffstat (limited to 'tests/mv/atomic')
-rwxr-xr-x | tests/mv/atomic | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mv/atomic b/tests/mv/atomic index b360e13eb..3f731a5cb 100755 --- a/tests/mv/atomic +++ b/tests/mv/atomic @@ -46,4 +46,4 @@ ls -dl s1 > /dev/null 2>&1 && fail=1 # Ensure that the destination, s2, contains the link from s1. test "`readlink s2`" = t1 || fail=1 -(exit $fail); exit $fail +Exit $fail |