aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/t/010_dump_connstr.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/pg_dump/t/010_dump_connstr.pl')
-rw-r--r--src/bin/pg_dump/t/010_dump_connstr.pl6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/bin/pg_dump/t/010_dump_connstr.pl b/src/bin/pg_dump/t/010_dump_connstr.pl
index 2f7919a4b31..7a745ade0fb 100644
--- a/src/bin/pg_dump/t/010_dump_connstr.pl
+++ b/src/bin/pg_dump/t/010_dump_connstr.pl
@@ -12,10 +12,6 @@ if ($PostgreSQL::Test::Utils::is_msys2)
{
plan skip_all => 'High bit name tests fail on Msys2';
}
-else
-{
- plan tests => 14;
-}
# We're going to use byte sequences that aren't valid UTF-8 strings. Use
# LATIN1, which accepts any byte and has a conversion from each byte to UTF-8.
@@ -229,3 +225,5 @@ $cmdline_node->run_log(
ok($result,
'restore full dump with command-line options for connection parameters');
is($stderr, '', 'no dump errors');
+
+done_testing();