Make TAP test suites to work, when @INC does not contain current dir.
authorHeikki Linnakangas
Fri, 7 Oct 2016 18:48:21 +0000 (21:48 +0300)
committerHeikki Linnakangas
Fri, 7 Oct 2016 19:00:24 +0000 (22:00 +0300)
commit00d7e2f8c8b0def5cb3dcb0cae4cfca10dc4876f
tree66318ba57b37e7b6bfbfb320151f7500f9c003cf
parent010a1b5614cc6a26b35ea04ba85271baa0e929ac
Make TAP test suites to work, when @INC does not contain current dir.

Recent Perl and/or new Linux distributions are starting to remove "." from
the @INC list by default. That breaks pg_rewind and ssl test suites, which
use helper perl modules that reside in the same directory. To fix, add the
current source directory explicitly to prove's include dir.

The vcregress.pl script probably also needs something like this, but I
wasn't able to remove '.' from @INC on Windows to test this, and don't want
to try doing that blindly.

Discussion: <20160908204529[email protected]>
src/Makefile.global.in