summaryrefslogtreecommitdiff
path: root/t/README
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2017-05-20 21:42:06 (GMT)
committerJunio C Hamano <gitster@pobox.com>2017-05-20 23:25:37 (GMT)
commit3eb585c112a75c1b2d1ecf0e98e4c2ad12750afa (patch)
treeed5409f8d3db6feb4ba51e2310a8d26095e4d8f6 /t/README
parentd048cb13c237655d7637c36b5cbe1eed263987c8 (diff)
downloadgit-3eb585c112a75c1b2d1ecf0e98e4c2ad12750afa.zip
git-3eb585c112a75c1b2d1ecf0e98e4c2ad12750afa.tar.gz
git-3eb585c112a75c1b2d1ecf0e98e4c2ad12750afa.tar.bz2
test-lib: rename the LIBPCRE prerequisite to PCRE
Rename the LIBPCRE prerequisite to PCRE. This is for preparation for libpcre2 support, where having just "LIBPCRE" would be confusing as it implies v1 of the library. None of these tests are incompatible between versions 1 & 2 of libpcre, it's less confusing to give them a more general name to make it clear that they work on both library versions. Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/README')
-rw-r--r--t/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/README b/t/README
index ab386c3..a90cb62 100644
--- a/t/README
+++ b/t/README
@@ -803,9 +803,9 @@ use these, and "test_set_prereq" for how to define your own.
Test is not run by root user, and an attempt to write to an
unwritable file is expected to fail correctly.
- - LIBPCRE
+ - PCRE
- Git was compiled with USE_LIBPCRE=YesPlease. Wrap any tests
+ Git was compiled with support for PCRE. Wrap any tests
that use git-grep --perl-regexp or git-grep -P in these.
- CASE_INSENSITIVE_FS