Merge branch 'js/t9902-send-email-completion-fix' into maint
authorJunio C Hamano <gitster@pobox.com>
Sat, 15 Dec 2018 03:24:32 +0000 (12:24 +0900)
committerJunio C Hamano <gitster@pobox.com>
Sat, 15 Dec 2018 03:24:32 +0000 (12:24 +0900)
* js/t9902-send-email-completion-fix:
t9902: 'send-email' test case requires PERL

t/t9902-completion.sh
index d01ad8eb2587ba32637d7ec8161811696a0aec34..137fdc9bd525bea9d6ccde256ee449ed389255c0 100755 (executable)
@@ -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 "
 '