• Heikki Linnakangas's avatar
    Make TAP test suites to work, when @INC does not contain current dir. · d668b033
    Heikki Linnakangas authored
    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>
    d668b033
Makefile.global.in 26.3 KB