diff options
Diffstat (limited to 'src/test/recovery/t/007_sync_rep.pl')
-rw-r--r-- | src/test/recovery/t/007_sync_rep.pl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/test/recovery/t/007_sync_rep.pl b/src/test/recovery/t/007_sync_rep.pl index cebd5901113..86f89c63e22 100644 --- a/src/test/recovery/t/007_sync_rep.pl +++ b/src/test/recovery/t/007_sync_rep.pl @@ -6,7 +6,7 @@ use strict; use warnings; use PostgreSQL::Test::Cluster; use PostgreSQL::Test::Utils; -use Test::More tests => 11; +use Test::More; # Query checking sync_priority and sync_state of each standby my $check_sql = @@ -217,3 +217,5 @@ standby3|1|quorum standby4|1|quorum), 'all standbys are considered as candidates for quorum sync standbys', 'ANY 2(*)'); + +done_testing(); |