diff options
Diffstat (limited to 'tests/cp/into-self')
-rwxr-xr-x | tests/cp/into-self | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cp/into-self b/tests/cp/into-self index 53dfe5697..ee3fcf5fd 100755 --- a/tests/cp/into-self +++ b/tests/cp/into-self @@ -42,4 +42,4 @@ EOF compare out exp || fail=1 -(exit $fail); exit $fail +Exit $fail |