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

From Peter Eisentraut
Subject pgsql: Fix TAP tests with Perl 5.8
Date
Msg-id E1XiOJH-00037a-Bh@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix TAP tests with Perl 5.8

The prove program included in Perl 5.8 does not support the --ext
option, so don't use that and use wildcards on the command line instead.

Note that the tests will still all be skipped, because, for instance,
the version of Test::More is too old, but at least the regular
mechanisms for handling that will apply, instead of failing to call
prove altogether.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5c3d830e4401a1825207eb18640395112e6ccd6d

Modified Files
--------------
src/Makefile.global.in |    6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)


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