1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-16 06:01:02 +03:00

Require sufficiently modern version of Test::More for TAP tests

Ancient versions of Test::More don't support the note() function used in
some TAP tests, so we require the minimum version of the module that
does.
This commit is contained in:
Andrew Dunstan
2017-04-22 10:04:01 -04:00
parent 5041cdf2b7
commit f92562adba

View File

@ -17,7 +17,8 @@ use File::Spec;
use File::Temp ();
use IPC::Run;
use SimpleTee;
use Test::More;
# specify a recent enough version of Test::More to support the note() function
use Test::More 0.82;
our @EXPORT = qw(
generate_ascii_string