1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-01 01:04:50 +03:00

Disable perl2host() processing in TAP tests

This is a preliminary step towards removing it altogether, but this lets
us double check that nothing breaks in the buildfarm before we do.

Discussion: https://postgr.es/m/0ba775a2-8aa0-0d56-d780-69427cf6f33d@dunslane.net
This commit is contained in:
Andrew Dunstan 2022-02-17 09:59:59 -05:00
parent 19252e8ec9
commit f1ac4a74de
No known key found for this signature in database
GPG Key ID: 99FA7FCB59FC3B81

View File

@ -311,7 +311,7 @@ The returned path uses forward slashes but has no trailing slash.
sub perl2host sub perl2host
{ {
my ($subject) = @_; my ($subject) = @_;
return $subject unless $Config{osname} eq 'msys'; return $subject;
if ($is_msys2) if ($is_msys2)
{ {
# get absolute, windows type path # get absolute, windows type path