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 893a413e7..16b1c2669 100755 --- a/tests/cp/symlink-slash +++ b/tests/cp/symlink-slash @@ -38,4 +38,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 $fail +Exit $fail |