diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2021-11-21 11:49:16 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2021-11-21 11:49:16 -0500 |
commit | 92e70796e91e2f9086fad0156e0e91513e54a66b (patch) | |
tree | 384e9a2d5d2da0c20ee4c269571884364e5d2b18 /src/test/perl/PostgreSQL/Test/Utils.pm | |
parent | 405f32fc49609eb94fa39e7b5e7c1fe2bb2b73aa (diff) | |
download | postgresql-92e70796e91e2f9086fad0156e0e91513e54a66b.tar.gz postgresql-92e70796e91e2f9086fad0156e0e91513e54a66b.zip |
Doc: update some things relevant to minimum Test::More version.
Oversights in commit 405f32fc4.
Also, add a tip (discovered the hard way) about getting Test::More
0.98 to pass its regression tests on recent Linux platforms.
Diffstat (limited to 'src/test/perl/PostgreSQL/Test/Utils.pm')
-rw-r--r-- | src/test/perl/PostgreSQL/Test/Utils.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/test/perl/PostgreSQL/Test/Utils.pm b/src/test/perl/PostgreSQL/Test/Utils.pm index 5a7f8bcb974..378d3f7bc1b 100644 --- a/src/test/perl/PostgreSQL/Test/Utils.pm +++ b/src/test/perl/PostgreSQL/Test/Utils.pm @@ -58,8 +58,7 @@ use File::Temp (); use IPC::Run; use PostgreSQL::Test::SimpleTee; -# specify a recent enough version of Test::More to support the -# done_testing() function +# We need a version of Test::More recent enough to support subtests use Test::More 0.98; our @EXPORT = qw( |