diff options
Diffstat (limited to 'tests/cp/cp-HL')
-rwxr-xr-x | tests/cp/cp-HL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cp/cp-HL b/tests/cp/cp-HL index bdc34d9a5..09257fb00 100755 --- a/tests/cp/cp-HL +++ b/tests/cp/cp-HL @@ -42,4 +42,4 @@ cat dest-dir/src-dir/slink > /dev/null 2>&1 && fail=1 # FIXME: test -L, too. -(exit $fail); exit $fail +Exit $fail |