summaryrefslogtreecommitdiff
path: root/tests/cp/cp-i
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cp/cp-i')
-rwxr-xr-xtests/cp/cp-i1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/cp/cp-i b/tests/cp/cp-i
index 67f8a5652..59f60dd4c 100755
--- a/tests/cp/cp-i
+++ b/tests/cp/cp-i
@@ -26,7 +26,6 @@ fi
mkdir -p a b/a/c || framework_failure
touch a/c || framework_failure
-fail=0
# coreutils 6.2 cp would neglect to prompt in this case.
echo n | cp -iR a b 2>/dev/null || fail=1