diff options
Diffstat (limited to 'tests/cp/dir-rm-dest')
-rwxr-xr-x | tests/cp/dir-rm-dest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cp/dir-rm-dest b/tests/cp/dir-rm-dest index c97e709f2..4e540bc7a 100755 --- a/tests/cp/dir-rm-dest +++ b/tests/cp/dir-rm-dest @@ -32,4 +32,4 @@ cp -R --remove-destination d e || fail=1 # ...and again, with an existing destination. cp -R --remove-destination d e || fail=1 -(exit $fail); exit $fail +Exit $fail |