aboutsummaryrefslogtreecommitdiff
path: root/src/test/recovery/t/002_archiving.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/recovery/t/002_archiving.pl')
-rw-r--r--src/test/recovery/t/002_archiving.pl4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/test/recovery/t/002_archiving.pl b/src/test/recovery/t/002_archiving.pl
index 9a0451b8e46..c8f5ffbaf02 100644
--- a/src/test/recovery/t/002_archiving.pl
+++ b/src/test/recovery/t/002_archiving.pl
@@ -6,7 +6,7 @@ use strict;
use warnings;
use PostgreSQL::Test::Cluster;
use PostgreSQL::Test::Utils;
-use Test::More tests => 7;
+use Test::More;
use File::Copy;
# Initialize primary node, doing archives
@@ -120,3 +120,5 @@ like(
$log_contents,
qr/WARNING:.*recovery_end_command/s,
"recovery_end_command failure detected in logs after promotion");
+
+done_testing();