mirror of
https://github.com/git/git.git
synced 2024-11-24 10:26:17 +08:00
Merge branch 'js/t9902-send-email-completion-fix' into maint
* js/t9902-send-email-completion-fix: t9902: 'send-email' test case requires PERL
This commit is contained in:
commit
6be6e6629f
@ -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 "
|
||||
'
|
||||
|
Loading…
Reference in New Issue
Block a user