diff options
Diffstat (limited to 'src/test/recovery/t/020_archive_status.pl')
-rw-r--r-- | src/test/recovery/t/020_archive_status.pl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/test/recovery/t/020_archive_status.pl b/src/test/recovery/t/020_archive_status.pl index 06c2b69ef40..cbff26e122a 100644 --- a/src/test/recovery/t/020_archive_status.pl +++ b/src/test/recovery/t/020_archive_status.pl @@ -8,7 +8,7 @@ use strict; use warnings; use PostgreSQL::Test::Cluster; use PostgreSQL::Test::Utils; -use Test::More tests => 16; +use Test::More; use Config; my $primary = PostgreSQL::Test::Cluster->new('primary'); @@ -234,3 +234,5 @@ ok( -f "$standby2_data/$segment_path_1_done" && -f "$standby2_data/$segment_path_2_done", ".done files created after archive success with archive_mode=always on standby" ); + +done_testing(); |