Ensure the right perl is used for TAP tests on msys

Andrew Dunstan <andrew@dunslane.net>

Commit: cf12541f2bd5fd34425ecbb99f056a30ca5b7cae
Author: Andrew Dunstan <andrew@dunslane.net>
Date: 2022-02-20T16:51:44Z
Releases: 15.0
Ensure the right perl is used for TAP tests on msys

In particular, perl with $Config{osname} = msys should only be used if
the build target is msys (which is currently buildable but not usable).
For builds targeted at native Windows, perl from the ucrt64 toolchain is
suitable.

Discussion: https://postgr.es/m/20220216210141.5glt5isg5qtwty4c@alap3.anarazel.de

Files

PathChange+/−
config/check_modules.pl modified +5 −0
configure modified +1 −0
configure.ac modified +1 −0

Discussion