mirror of
https://github.com/postgres/postgres.git
synced 2025-07-08 11:42:09 +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;
|
$filename =~ s{\\}{/}g;
|
||||||
}
|
}
|
||||||
$test_primary_datadir =~ s{\\}{/}g;
|
$test_master_datadir =~ s{\\}{/}g;
|
||||||
}
|
}
|
||||||
|
|
||||||
is_deeply(
|
is_deeply(
|
||||||
|
Reference in New Issue
Block a user