mirror of
https://github.com/postgres/postgres.git
synced 2026-03-13 06:06:25 -04:00
Allow new role 'regress_dump_login_role' to log in under SSPI.
Semi-blind attempt to fixa70f2a57fto work on Windows, along the same lines as5253519b2. Per buildfarm.
This commit is contained in:
parent
891afa84c2
commit
e43790342b
1 changed files with 1 additions and 1 deletions
|
|
@ -677,7 +677,7 @@ my %tests = (
|
|||
# Create a PG instance to test actually dumping from
|
||||
|
||||
my $node = get_new_node('main');
|
||||
$node->init;
|
||||
$node->init('auth_extra' => [ '--create-role', 'regress_dump_login_role' ]);
|
||||
$node->start;
|
||||
|
||||
my $port = $node->port;
|
||||
|
|
|
|||
Loading…
Reference in a new issue