summaryrefslogtreecommitdiff
path: root/t/t9902-completion.sh
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2018-12-15 12:24:32 +0900
committerLibravatar Junio C Hamano <gitster@pobox.com>2018-12-15 12:24:32 +0900
commit6be6e6629fe9da1bfef904d2615536ad0db14e1d (patch)
tree8e54bcc08f3f73f4b98343b3793b89ee2392caed /t/t9902-completion.sh
parentMerge branch 'js/mailinfo-format-flowed-fix' into maint (diff)
parentt9902: 'send-email' test case requires PERL (diff)
downloadtgif-6be6e6629fe9da1bfef904d2615536ad0db14e1d.tar.xz
Merge branch 'js/t9902-send-email-completion-fix' into maint
* js/t9902-send-email-completion-fix: t9902: 'send-email' test case requires PERL
Diffstat (limited to 't/t9902-completion.sh')
-rwxr-xr-xt/t9902-completion.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t9902-completion.sh b/t/t9902-completion.sh
index d01ad8eb25..137fdc9bd5 100755
--- a/t/t9902-completion.sh
+++ b/t/t9902-completion.sh
@@ -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 "
'