Allow new role 'regress_dump_login_role' to log in under SSPI.
authorTom Lane <[email protected]>
Tue, 14 Nov 2023 05:31:39 +0000 (00:31 -0500)
committerTom Lane <[email protected]>
Tue, 14 Nov 2023 05:31:39 +0000 (00:31 -0500)
Semi-blind attempt to fix a70f2a57f to work on Windows,
along the same lines as 5253519b2.  Per buildfarm.

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

index 17d7f53a42549c2040e76850207d0b0afa4ba5f2..8fa8569de67e5d3c49f41cb624dd1ca258be8340 100644 (file)
@@ -733,7 +733,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;