diff options
-rwxr-xr-x | tests/cp/dir-slash | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/cp/dir-slash b/tests/cp/dir-slash index 4c2abe035..bdaa12042 100755 --- a/tests/cp/dir-slash +++ b/tests/cp/dir-slash @@ -34,5 +34,4 @@ test -r dir2/file && fail=1 test -r dir2/dir1/file || fail=1 test -r dir1/file || fail=1 -(exit $fail) (exit $fail); exit |