]> git.ipfire.org Git - thirdparty/git.git/commit - t/t9902-completion.sh
t9902: 'send-email' test case requires PERL
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 13 Dec 2018 14:04:19 +0000 (06:04 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 14 Dec 2018 02:56:02 +0000 (11:56 +0900)
commit0365b9ec59f5fbe6a1a638bdb006d0ebcbd53a99
tree828e0bc9ba67a4e24918506abe2a951b63ef5668
parent5d826e972970a784bd7a7bdf587512510097b8c7
t9902: 'send-email' test case requires PERL

The oneline notwithstanding, 13374987dd (completion: use _gitcompbuiltin
for format-patch, 2018-11-03) changed also the way send-email options
are completed, by asking the git send-email command itself what options
it offers.

Necessarily, this must fail when built with NO_PERL because send-email
itself is a Perl script. Which means that we need the PERL prerequisite
for the send-email test case in t9902.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9902-completion.sh