X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2FREADME;h=c85abaffb3b8c2142e87f6e0525fa67c6b62c1a1;hb=2c5c66be6ecdd10f5a88c3548a1494bf9edf483a;hp=cad36dd7502b81ef8e27476e9686562547b5a1c0;hpb=01f9ffbd5d3f480c9a524780d86fa0d4134841af;p=git.git diff --git a/t/README b/t/README index cad36dd75..c85abaffb 100644 --- a/t/README +++ b/t/README @@ -588,6 +588,11 @@ 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 + + Git was compiled with USE_LIBPCRE=YesPlease. Wrap any tests + that use git-grep --perl-regexp or git-grep -P in these. + Tips for Writing Tests ----------------------