From ff26895b5c40c9e0d50122bcbb12368dbb627139 Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Tue, 10 Aug 2010 07:10:57 +0200 Subject: Added msys Perl since git for Win32 comes with own Perl which identifies as msys. --- tests/testcurl.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/testcurl.pl b/tests/testcurl.pl index 733f0ea2f..12b64afdb 100755 --- a/tests/testcurl.pl +++ b/tests/testcurl.pl @@ -162,7 +162,7 @@ if ($^O eq 'MSWin32' || $targetos) { } } -if (($^O eq 'MSWin32') && +if (($^O eq 'MSWin32' || $^O eq 'msys') && ($targetos =~ /vc/ || $targetos =~ /mingw32/ || $targetos =~ /borland/ || $targetos =~ /watcom/)) { -- cgit v1.2.3