mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-23 19:39:53 +08:00
Allow new role 'regress_dump_login_role' to log in under SSPI.
Semi-blind attempt to fixa70f2a57f
to work on Windows, along the same lines as5253519b2
. Per buildfarm.
This commit is contained in:
parent
e5cca6288a
commit
1e3f461e82
@ -776,7 +776,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…
Reference in New Issue
Block a user