Don't use native methods in TestLib::slurp_file on Msys

Andrew Dunstan <andrew@dunslane.net>

Commit: f6f59826f01188aa9603983d00b0cd3496e9359d
Author: Andrew Dunstan <andrew@dunslane.net>
Date: 2019-11-27T20:45:44Z
Releases: 13.0
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.

Files

PathChange+/−
src/test/perl/TestLib.pm modified +1 −1