mirror of
https://github.com/postgres/postgres.git
synced 2025-07-03 20:02:46 +03:00
Require version 0.98 of Test::More for TAP tests
This means that the subtest feature will be available for use. We expect that this change will make prairiedog go red until it is updated, but other buildfarm animals should be fine. Discussion: https://postgr.es/m/f5e1d308-4e33-37a7-bdf1-f6e0c75119de@dunslane.net
This commit is contained in:
@ -60,7 +60,7 @@ use PostgreSQL::Test::SimpleTee;
|
||||
|
||||
# specify a recent enough version of Test::More to support the
|
||||
# done_testing() function
|
||||
use Test::More 0.87;
|
||||
use Test::More 0.98;
|
||||
|
||||
our @EXPORT = qw(
|
||||
generate_ascii_string
|
||||
|
Reference in New Issue
Block a user