]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Improve msys2 detection for TAP tests
authorAndrew Dunstan <andrew@dunslane.net>
Thu, 27 Jan 2022 13:17:42 +0000 (08:17 -0500)
committerAndrew Dunstan <andrew@dunslane.net>
Thu, 27 Jan 2022 13:26:28 +0000 (08:26 -0500)
commit999dc1d2650883b817ea6d4e393ca8ba84a8687d
tree65d3db5bf2ba88132128fdccd3e8dd4b0ce0b41d
parentd1cca9441dc488b9e4d82cf34c9cacc998e6470f
Improve msys2 detection for TAP tests

Perl instances on some msys toolchains (e.g. UCRT64) have their
configured osname set to 'MSWin32' rather than 'msys'.  The test for
the msys2 platform is adjusted accordingly.

Backpatch to release 14.
src/test/perl/TestLib.pm