t3701: we don't need no Perl for add -i anymore

This should have been removed in `ab/retire-scripted-add-p` but wasn't.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Johannes Schindelin 2023-03-27 06:36:36 +00:00 committed by Junio C Hamano
parent 5a7d41d849
commit 3457b50e8c

View File

@ -7,12 +7,6 @@ export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME
. ./test-lib.sh
. "$TEST_DIRECTORY"/lib-terminal.sh
if test_have_prereq !PERL
then
skip_all='skipping add -i (scripted) tests, perl not available'
test_done
fi
diff_cmp () {
for x
do