Skip to content

Commit 0365b9e

Browse files
dschogitster
authored andcommitted
t9902: 'send-email' test case requires PERL
The oneline notwithstanding, 1337498 (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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 5d826e9 commit 0365b9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t9902-completion.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1539,7 +1539,7 @@ test_expect_success 'complete tree filename with metacharacters' '
15391539
EOF
15401540
'
15411541

1542-
test_expect_success 'send-email' '
1542+
test_expect_success PERL 'send-email' '
15431543
test_completion "git send-email --cov" "--cover-letter " &&
15441544
test_completion "git send-email ma" "master "
15451545
'

0 commit comments

Comments
 (0)