Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-12-15 06:24:32 +0300
committerJunio C Hamano <gitster@pobox.com>2018-12-15 06:24:32 +0300
commit6be6e6629fe9da1bfef904d2615536ad0db14e1d (patch)
tree8e54bcc08f3f73f4b98343b3793b89ee2392caed /t
parent6cba47153300dce0c36331f03c5a11cb9376bb70 (diff)
parent0365b9ec59f5fbe6a1a638bdb006d0ebcbd53a99 (diff)
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')
-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 "
'