]> git.ipfire.org Git - thirdparty/git.git/commitdiff
t3701: we don't need no Perl for `add -i` anymore
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 27 Mar 2023 06:36:36 +0000 (06:36 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 27 Mar 2023 17:40:12 +0000 (10:40 -0700)
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>
t/t3701-add-interactive.sh

index 3a99837d9b15f78f2f8e034d4fdea9a0b88441ed..ac43333619df1a79821d757fb12209e300331a51 100755 (executable)
@@ -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