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 0e591cedb..db6e17cb9 100755 --- a/tests/cp/dir-slash +++ b/tests/cp/dir-slash @@ -37,4 +37,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 $fail |