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