Skip to content

Commit e437903

Browse files
committed
Allow new role 'regress_dump_login_role' to log in under SSPI.
Semi-blind attempt to fix a70f2a5 to work on Windows, along the same lines as 5253519. Per buildfarm.
1 parent 891afa8 commit e437903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/modules/test_pg_dump/t/001_base.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@
677677
# Create a PG instance to test actually dumping from
678678
679679
my $node = get_new_node('main');
680-
$node->init;
680+
$node->init('auth_extra' => [ '--create-role', 'regress_dump_login_role' ]);
681681
$node->start;
682682
683683
my $port = $node->port;

0 commit comments

Comments
 (0)