File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -629,11 +629,18 @@ See the prereq argument to the test_* functions in the "Test harness
629
629
library" section above and the "test_have_prereq" function for how to
630
630
use these, and "test_set_prereq" for how to define your own.
631
631
632
- - PERL & PYTHON
632
+ - PYTHON
633
633
634
- Git wasn't compiled with NO_PERL=YesPlease or
635
- NO_PYTHON=YesPlease. Wrap any tests that need Perl or Python in
636
- these.
634
+ Git wasn't compiled with NO_PYTHON=YesPlease. Wrap any tests that
635
+ need Python with this.
636
+
637
+ - PERL
638
+
639
+ Git wasn't compiled with NO_PERL=YesPlease.
640
+
641
+ Even without the PERL prerequisite, tests can assume there is a
642
+ usable perl interpreter at $PERL_PATH, though it need not be
643
+ particularly modern.
637
644
638
645
- POSIXPERM
639
646
You can’t perform that action at this time.
0 commit comments