]> 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:47:01 +0000 (09:47 -0400)
commit5c3d830e4401a1825207eb18640395112e6ccd6d
tree435aefebdcccc5b440a28244f4dbb5396f6b22cb
parent4a54b99e9c3989017fa5717f343cceab09aa5542
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