t2024: mark test using "checkout -p" with PERL prerequisite
commit3338e9950e353ffd2033aae25952eb3f88c315e1
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Sat, 18 Aug 2018 07:01:47 +0000 (18 07:01 +0000)
committerJunio C Hamano <gitster@pobox.com>
Sat, 18 Aug 2018 16:26:54 +0000 (18 09:26 -0700)
tree37b09a7ddcbb92fc999e104e0d1acb412ce9e136
parent8d7b558baebe3abbbad4973ce1e1f87a7da17f47
t2024: mark test using "checkout -p" with PERL prerequisite

Checkout with the -p switch uses the "add interactive" framework which
is written in Perl.

One test added in 8d7b558bae ("checkout & worktree: introduce
checkout.defaultRemote", 2018-06-05) didn't declare the PERL
prerequisite, breaking the test when built with NO_PERL.

Reported-by: CB Bailey <cb@hashpling.org>
Signed-off-by: CB Bailey <cb@hashpling.org>
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t2024-checkout-dwim.sh