1
0
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:
Peter Eisentraut
2014-10-29 19:41:19 -04:00
parent e0722d9cb5
commit 7912f9b7dc
21 changed files with 45 additions and 76 deletions

View File

@ -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');