Merge branch 'ab/retire-scripted-add-p'

Test fix.

* ab/retire-scripted-add-p:
  t3701: we don't need no Perl for `add -i` anymore
This commit is contained in:
Junio C Hamano 2023-03-31 17:50:23 -07:00
commit 0d865049f7

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