aboutsummaryrefslogtreecommitdiff
path: root/src/test/recovery/t/027_stream_regress.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/recovery/t/027_stream_regress.pl')
-rw-r--r--src/test/recovery/t/027_stream_regress.pl6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/test/recovery/t/027_stream_regress.pl b/src/test/recovery/t/027_stream_regress.pl
index 37449006c1c..c0aae707ea1 100644
--- a/src/test/recovery/t/027_stream_regress.pl
+++ b/src/test/recovery/t/027_stream_regress.pl
@@ -12,10 +12,6 @@ if (PostgreSQL::Test::Utils::has_wal_read_bug)
# this test file to die(), not merely to fail.
plan skip_all => 'filesystem bug';
}
-else
-{
- plan tests => 4;
-}
# Initialize primary node
my $node_primary = PostgreSQL::Test::Cluster->new('primary');
@@ -91,3 +87,5 @@ command_ok(
$node_standby_1->stop;
$node_primary->stop;
+
+done_testing();