summaryrefslogtreecommitdiff
path: root/tests/rm/i-1
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rm/i-1')
-rwxr-xr-xtests/rm/i-11
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/rm/i-1 b/tests/rm/i-1
index be074f0fd..a7474fe62 100755
--- a/tests/rm/i-1
+++ b/tests/rm/i-1
@@ -33,7 +33,6 @@ test -f $t/a || framework_failure
echo y > $t/$test.Iy
echo n > $t/$test.In
-fail=0
rm -i $t/a < $t/$test.In > /dev/null 2>&1 || fail=1
# The file should not have been removed.
test -f $t/a || fail=1