diff options
Diffstat (limited to 'tests/cp/cp-mv-backup')
-rwxr-xr-x | tests/cp/cp-mv-backup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cp/cp-mv-backup b/tests/cp/cp-mv-backup index 1baadc66b..77f62fa6b 100755 --- a/tests/cp/cp-mv-backup +++ b/tests/cp/cp-mv-backup @@ -88,4 +88,4 @@ cmp $expected $actual || fail=1 # Uncomment this if you see a failure and want to try to diagnose it. test $fail = 1 && diff -c $expected $actual 1>&2 -exit $fail +(exit $fail); exit |