Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c944bf2

Browse files
committed
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 6ee26c6 in releases 12 and 13.
1 parent e894d1d commit c944bf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pg_rewind/t/003_extrafiles.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ sub run_test
7777
{
7878
$filename =~ s{\\}{/}g;
7979
}
80-
$test_primary_datadir =~ s{\\}{/}g;
80+
$test_master_datadir =~ s{\\}{/}g;
8181
}
8282

8383
is_deeply(

0 commit comments

Comments
 (0)