Skip to content

Commit aa0c61f

Browse files
dschoderrickstolee
authored andcommitted
t9902: 'send-email' test case requires PERL
With NO_PERL, the `git send-email` script errors out with code 128, mentioning that Git was built without Perl support. Therefore, when the completion tries to ask for possible completions via `git send-email --git-completion-helper`, it won't provide what is necessary for that test case to pass. So let's mark it with the PERL prerequisite. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
1 parent dfd940b commit aa0c61f

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)