mirror of
https://github.com/postgres/postgres.git
synced 2025-07-07 00:36:50 +03:00
Use older name for test_primary_datadir
Releases prior to 14 used the older naming scheme. This fixes a bug un
the back-patches of 6ee26c6a4b
in releases 12 and 13.
This commit is contained in:
@ -77,7 +77,7 @@ sub run_test
|
||||
{
|
||||
$filename =~ s{\\}{/}g;
|
||||
}
|
||||
$test_primary_datadir =~ s{\\}{/}g;
|
||||
$test_master_datadir =~ s{\\}{/}g;
|
||||
}
|
||||
|
||||
is_deeply(
|
||||
|
Reference in New Issue
Block a user