]> granicus.if.org Git - postgresql/commit
Fix TAP tests with Perl 5.12
authorPeter Eisentraut <peter_e@gmx.net>
Sun, 26 Oct 2014 14:26:36 +0000 (10:26 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Sun, 26 Oct 2014 14:26:36 +0000 (10:26 -0400)
commit17009fb9ebe6873d98ed0fe216eeec08e0603823
tree25af153eb862dc6cfcead81a96c9f26fcd053516
parent5c3d830e4401a1825207eb18640395112e6ccd6d
Fix TAP tests with Perl 5.12

Perl 5.12 ships with a somewhat broken version of Test::Simple, so skip
the tests if that is found.

The relevant fix is

    0.98  Wed, 23 Feb 2011 14:38:02 +1100
        Bug Fixes
        * subtest() should not fail if $? is non-zero. (Aaron Crane)
src/test/perl/TestLib.pm