diff options
Diffstat (limited to 'tests/cp/sparse')
-rwxr-xr-x | tests/cp/sparse | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cp/sparse b/tests/cp/sparse index 2c2024ce3..e07f05130 100755 --- a/tests/cp/sparse +++ b/tests/cp/sparse @@ -38,4 +38,4 @@ cp --sparse=always sparse copy || fail=1 # Ensure that the copy has the same block count as the original. test `stat --printf %b copy` -le `stat --printf %b sparse` || fail=1 -(exit $fail); exit $fail +Exit $fail |