aboutsummaryrefslogtreecommitdiff
path: root/src/test/modules/commit_ts/t/002_standby.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/modules/commit_ts/t/002_standby.pl')
-rw-r--r--src/test/modules/commit_ts/t/002_standby.pl4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/test/modules/commit_ts/t/002_standby.pl b/src/test/modules/commit_ts/t/002_standby.pl
index c8791f5b0e5..ace31405e63 100644
--- a/src/test/modules/commit_ts/t/002_standby.pl
+++ b/src/test/modules/commit_ts/t/002_standby.pl
@@ -7,7 +7,7 @@ use strict;
use warnings;
use PostgreSQL::Test::Utils;
-use Test::More tests => 4;
+use Test::More;
use PostgreSQL::Test::Cluster;
my $bkplabel = 'backup';
@@ -64,3 +64,5 @@ like(
$standby_ts_stderr,
qr/could not get commit timestamp data/,
'expected error when primary turned feature off');
+
+done_testing();