Skip to content

Commit 6b3d21c

Browse files
committed
t9902: 'send-email' test case requires PERL
With NO_PERL, the `git send-email` script errors out with code 128, mentioning that Git was built without Perl support. Therefore, when the completion tries to ask for possible completions via `git send-email --git-completion-helper`, it won't provide what is necessary for that test case to pass. So let's mark it with the PERL prerequisite. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 587be14 commit 6b3d21c

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
@@ -1534,7 +1534,7 @@ test_expect_success 'complete tree filename with metacharacters' '
15341534
EOF
15351535
'
15361536

1537-
test_expect_success 'send-email' '
1537+
test_expect_success PERL 'send-email' '
15381538
test_completion "git send-email --cov" "--cover-letter " &&
15391539
test_completion "git send-email ma" "master "
15401540
'

0 commit comments

Comments
 (0)