mirror of
https://github.com/git/git.git
synced 2026-01-19 07:04:49 +00:00
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 <johannes.schindelin@gmx.de> Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
This commit is contained in:
committed by
Derrick Stolee
parent
dfd940bdf2
commit
aa0c61fe42
@@ -1539,7 +1539,7 @@ test_expect_success 'complete tree filename with metacharacters' '
|
||||
EOF
|
||||
'
|
||||
|
||||
test_expect_success 'send-email' '
|
||||
test_expect_success PERL 'send-email' '
|
||||
test_completion "git send-email --cov" "--cover-letter " &&
|
||||
test_completion "git send-email ma" "master "
|
||||
'
|
||||
|
||||
Reference in New Issue
Block a user