Skip to content
Snippets Groups Projects
Commit 6be6e662 authored by Junio C Hamano's avatar Junio C Hamano
Browse files

Merge branch 'js/t9902-send-email-completion-fix' into maint

* js/t9902-send-email-completion-fix:
  t9902: 'send-email' test case requires PERL
parents 6cba4715 0365b9ec
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment