t2016: add a NEEDSWORK about the PERL prerequisite
commit35166b1fb54d6c3ca0d9150fd766598a2d3d17b2
authorDenton Liu <liu.denton@gmail.com>
Wed, 7 Oct 2020 07:56:18 +0000 (7 00:56 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 7 Oct 2020 16:49:06 +0000 (7 09:49 -0700)
tree94cb79369fbdfe7b2213c3d2c30c276ee2482779
parentf82a9e517fc063bb97063e4df2cdde2fd1f7ffbe
t2016: add a NEEDSWORK about the PERL prerequisite

Since the builtin add-p is used when $GIT_TEST_ADD_I_USE_BUILTIN is
given, we should replace the PERL prerequisite with an ADD_I
prerequisite which first checks if $GIT_TEST_ADD_I_USE_BUILTIN is
defined before checking PERL.[0] Mark this in a NEEDSWORK so that it can
be addressed at a later time.

[0]: https://lore.kernel.org/git/xmqqsgat7ttf.fsf@gitster.c.googlers.com/

Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t2016-checkout-patch.sh