diff options
Diffstat (limited to 'contrib/test_decoding/t/001_repl_stats.pl')
-rw-r--r-- | contrib/test_decoding/t/001_repl_stats.pl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/test_decoding/t/001_repl_stats.pl b/contrib/test_decoding/t/001_repl_stats.pl index 36fb36e665f..fd82244a15c 100644 --- a/contrib/test_decoding/t/001_repl_stats.pl +++ b/contrib/test_decoding/t/001_repl_stats.pl @@ -8,7 +8,7 @@ use warnings; use File::Path qw(rmtree); use PostgreSQL::Test::Cluster; use PostgreSQL::Test::Utils; -use Test::More tests => 2; +use Test::More; # Test set-up my $node = PostgreSQL::Test::Cluster->new('test'); @@ -118,3 +118,5 @@ $node->safe_psql('postgres', # shutdown $node->stop; + +done_testing(); |