Skip to content
Snippets Groups Projects
Commit cdc0c0f5 authored by Junio C Hamano's avatar Junio C Hamano
Browse files

Merge branch 'jn/test-prereq-perl-doc' into maint

The interaction between use of Perl in our test suite and NO_PERL
has been clarified a bit.

* jn/test-prereq-perl-doc:
  t/README: tests can use perl even with NO_PERL
parents 4bc3d3fc f8fc0ee3
No related branches found
No related tags found
No related merge requests found
...@@ -629,11 +629,18 @@ See the prereq argument to the test_* functions in the "Test harness ...@@ -629,11 +629,18 @@ See the prereq argument to the test_* functions in the "Test harness
library" section above and the "test_have_prereq" function for how to library" section above and the "test_have_prereq" function for how to
use these, and "test_set_prereq" for how to define your own. use these, and "test_set_prereq" for how to define your own.
- PERL & PYTHON - PYTHON
Git wasn't compiled with NO_PERL=YesPlease or Git wasn't compiled with NO_PYTHON=YesPlease. Wrap any tests that
NO_PYTHON=YesPlease. Wrap any tests that need Perl or Python in need Python with this.
these.
- PERL
Git wasn't compiled with NO_PERL=YesPlease.
Even without the PERL prerequisite, tests can assume there is a
usable perl interpreter at $PERL_PATH, though it need not be
particularly modern.
- POSIXPERM - POSIXPERM
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment