]> granicus.if.org Git - postgresql/commit
Make TAP test suites to work, when @INC does not contain current dir.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Fri, 7 Oct 2016 18:48:21 +0000 (21:48 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Fri, 7 Oct 2016 19:00:28 +0000 (22:00 +0300)
commitb803b8823517c277bbe4bf0d1b7ea4a39b446a8b
treeeaafae7774d803cc39ac269e726f3282bbc46f23
parent418cd758abeb5bb7d359788a0599daa6de016b00
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.flg6nivjuwp5vaoy@alap3.anarazel.de>
src/Makefile.global.in