Skip to content

Commit 6be6e66

Browse files
committed
Merge branch 'js/t9902-send-email-completion-fix' into maint
* js/t9902-send-email-completion-fix: t9902: 'send-email' test case requires PERL
2 parents 6cba471 + 0365b9e commit 6be6e66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t9902-completion.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1539,7 +1539,7 @@ test_expect_success 'complete tree filename with metacharacters' '
15391539
EOF
15401540
'
15411541

1542-
test_expect_success 'send-email' '
1542+
test_expect_success PERL 'send-email' '
15431543
test_completion "git send-email --cov" "--cover-letter " &&
15441544
test_completion "git send-email ma" "master "
15451545
'

0 commit comments

Comments
 (0)