diff options
Diffstat (limited to 'tests/cp/cp-i')
-rwxr-xr-x | tests/cp/cp-i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cp/cp-i b/tests/cp/cp-i index a248eaa9e..94284bee7 100755 --- a/tests/cp/cp-i +++ b/tests/cp/cp-i @@ -31,4 +31,4 @@ fail=0 # coreutils 6.2 cp would neglect to prompt in this case. echo n | cp -iR a b 2>/dev/null || fail=1 -(exit $fail); exit $fail +Exit $fail |