diff options
Diffstat (limited to 'tests/mv/force')
-rwxr-xr-x | tests/mv/force | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mv/force b/tests/mv/force index f2eaf918e..912354ee8 100755 --- a/tests/mv/force +++ b/tests/mv/force @@ -43,4 +43,4 @@ test `cat $ff` = force-contents || fail=1 # device and inodes are the same. mv $ff $ff2 || fail=1 -(exit $fail); exit $fail +Exit $fail |