mirror of
https://github.com/postgres/postgres.git
synced 2025-05-06 19:59:18 +03:00
Allow new role 'regress_dump_login_role' to log in under SSPI.
Semi-blind attempt to fix a70f2a57f to work on Windows, along the same lines as 5253519b2. Per buildfarm.
This commit is contained in:
parent
f15147df62
commit
63c1b4d88a
@ -771,7 +771,7 @@ my %tests = (
|
||||
# Create a PG instance to test actually dumping from
|
||||
|
||||
my $node = PostgreSQL::Test::Cluster->new('main');
|
||||
$node->init;
|
||||
$node->init('auth_extra' => [ '--create-role', 'regress_dump_login_role' ]);
|
||||
$node->start;
|
||||
|
||||
my $port = $node->port;
|
||||
|
Loading…
x
Reference in New Issue
Block a user