diff options
Diffstat (limited to 'src/test/recovery/t/019_replslot_limit.pl')
-rw-r--r-- | src/test/recovery/t/019_replslot_limit.pl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/test/recovery/t/019_replslot_limit.pl b/src/test/recovery/t/019_replslot_limit.pl index 76b6ba1987c..4257bd4d35a 100644 --- a/src/test/recovery/t/019_replslot_limit.pl +++ b/src/test/recovery/t/019_replslot_limit.pl @@ -11,7 +11,7 @@ use PostgreSQL::Test::Utils; use PostgreSQL::Test::Cluster; use File::Path qw(rmtree); -use Test::More tests => $PostgreSQL::Test::Utils::windows_os ? 16 : 20; +use Test::More; use Time::HiRes qw(usleep); $ENV{PGDATABASE} = 'postgres'; @@ -421,3 +421,5 @@ sub find_in_log return $log =~ m/$pat/; } + +done_testing(); |