diff options
Diffstat (limited to 'tests/cp/symlink-slash')
-rwxr-xr-x | tests/cp/symlink-slash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cp/symlink-slash b/tests/cp/symlink-slash index 827888c68..3ef527d49 100755 --- a/tests/cp/symlink-slash +++ b/tests/cp/symlink-slash @@ -37,4 +37,4 @@ set `ls -l s` # call and so cp ends up dereferencing the symlink and copying the directory. test "$*" = 'total 0' && : || fail=1 -(exit $fail); exit +(exit $fail); exit $fail |