pgsql: Fix TAP tests with Perl 5.12 - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Fix TAP tests with Perl 5.12
Date
Msg-id E1XiOoT-0003cO-3R@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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)

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/76e190d52225fc1124efc7d77f773643405b263e

Modified Files
--------------
src/test/perl/TestLib.pm |    8 ++++++++
1 file changed, 8 insertions(+)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Fix TAP tests with Perl 5.8
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Fix TAP tests with Perl 5.12