aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_amcheck/t/003_check.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/pg_amcheck/t/003_check.pl')
-rw-r--r--src/bin/pg_amcheck/t/003_check.pl4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/bin/pg_amcheck/t/003_check.pl b/src/bin/pg_amcheck/t/003_check.pl
index 9df027b37f0..d984eacb24f 100644
--- a/src/bin/pg_amcheck/t/003_check.pl
+++ b/src/bin/pg_amcheck/t/003_check.pl
@@ -8,7 +8,7 @@ use PostgreSQL::Test::Cluster;
use PostgreSQL::Test::Utils;
use Fcntl qw(:seek);
-use Test::More tests => 63;
+use Test::More;
my ($node, $port, %corrupt_page, %remove_relation);
@@ -517,3 +517,5 @@ $node->command_checks_all(
[ @cmd, '-d', 'db1', '-d', 'db2', '-d', 'db3', '-S', 's*' ],
0, [$no_output_re], [$no_output_re],
'pg_amcheck excluding all corrupt schemas');
+
+done_testing();