diff options
author | Andrew Dunstan <andrew@dunslane.net> | 2024-01-30 19:19:55 -0500 |
---|---|---|
committer | Andrew Dunstan <andrew@dunslane.net> | 2024-01-30 19:23:13 -0500 |
commit | c944bf2f07f26aff9fcdfb8f4bf0e4973daeac54 (patch) | |
tree | 1b920ef8a597d7e7f999951a882a3b94e143cbaf | |
parent | e894d1d829196a482511577de743088e4e0aed76 (diff) |
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.
-rw-r--r-- | src/bin/pg_rewind/t/003_extrafiles.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_rewind/t/003_extrafiles.pl b/src/bin/pg_rewind/t/003_extrafiles.pl index 984f174662d..5629c93a6b9 100644 --- a/src/bin/pg_rewind/t/003_extrafiles.pl +++ b/src/bin/pg_rewind/t/003_extrafiles.pl @@ -77,7 +77,7 @@ sub run_test { $filename =~ s{\\}{/}g; } - $test_primary_datadir =~ s{\\}{/}g; + $test_master_datadir =~ s{\\}{/}g; } is_deeply( |