mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Remove use of TAP subtests
They turned out to be too much of a portability headache, because they need a fairly new version of Test::More to work properly.
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
use strict;
|
||||
use warnings;
|
||||
use TestLib;
|
||||
use Test::More tests => 5;
|
||||
use Test::More tests => 10;
|
||||
|
||||
program_help_ok('pg_isready');
|
||||
program_version_ok('pg_isready');
|
||||
|
Reference in New Issue
Block a user