]> granicus.if.org Git - postgresql/commit
Fix TAP tests with Perl 5.8
authorPeter Eisentraut <peter_e@gmx.net>
Sun, 26 Oct 2014 13:47:01 +0000 (09:47 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Sun, 26 Oct 2014 13:50:31 +0000 (09:50 -0400)
commit6b531cd077eeacce25106f5456876b57ad68a834
tree39ad3a996b122b149087f2ded6629bd4c95b2f10
parentc3c2d986977b60e3db26601d44ab029ef99156cc
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.
src/Makefile.global.in