Skip to content

Commit 6514ad4

Browse files
committed
Merge branch 'ra/t5150-depends-on-perl'
Some Porcelain commands are written in Perl, and tests on them are expected not to work when the platform lacks a working perl. * ra/t5150-depends-on-perl: t5150: skip request-pull test if Perl is disabled
2 parents 17066be + 13ca8fb commit 6514ad4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

t/t5150-request-pull.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ test_description='Test workflows involving pull request.'
44

55
. ./test-lib.sh
66

7+
if ! test_have_prereq PERL
8+
then
9+
skip_all='skipping request-pull tests, perl not available'
10+
test_done
11+
fi
12+
713
test_expect_success 'setup' '
814
915
git init --bare upstream.git &&

0 commit comments

Comments
 (0)