aboutsummaryrefslogtreecommitdiff
path: root/src/bin/scripts/t/080_pg_isready.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/scripts/t/080_pg_isready.pl')
-rw-r--r--src/bin/scripts/t/080_pg_isready.pl4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/bin/scripts/t/080_pg_isready.pl b/src/bin/scripts/t/080_pg_isready.pl
index 951c0e069c4..e8436dc7e8a 100644
--- a/src/bin/scripts/t/080_pg_isready.pl
+++ b/src/bin/scripts/t/080_pg_isready.pl
@@ -6,7 +6,7 @@ use warnings;
use PostgreSQL::Test::Cluster;
use PostgreSQL::Test::Utils;
-use Test::More tests => 10;
+use Test::More;
program_help_ok('pg_isready');
program_version_ok('pg_isready');
@@ -21,3 +21,5 @@ $node->start;
# use a long timeout for the benefit of very slow buildfarm machines
$node->command_ok([qw(pg_isready --timeout=60)],
'succeeds with server running');
+
+done_testing();