Don't use native methods in TestLib::slurp_file on Msys
commitf6f59826f01188aa9603983d00b0cd3496e9359d
authorAndrew Dunstan <andrew@dunslane.net>
Wed, 27 Nov 2019 20:45:44 +0000 (27 15:45 -0500)
committerAndrew Dunstan <andrew@dunslane.net>
Wed, 27 Nov 2019 20:45:44 +0000 (27 15:45 -0500)
tree65bb771527111d8699c76ef5534dc4eda46cb55d
parentca266a069a20c32a8f0a1df982a5a67d9483bcb3
Don't use native methods in TestLib::slurp_file on Msys

Commit 114541d58e has upset some buildfarm members running Msys, that
weren't previously having problems, so the use of native Windows methods
to open files is restricted by this patch to only MSVC builds.
src/test/perl/TestLib.pm