diff options
author | Guenter Knauf <lists@gknw.net> | 2010-08-10 07:10:57 +0200 |
---|---|---|
committer | Guenter Knauf <lists@gknw.net> | 2010-08-10 07:10:57 +0200 |
commit | ff26895b5c40c9e0d50122bcbb12368dbb627139 (patch) | |
tree | 921cdac6e227937df970d4e9a7c6d5fefd962c5a /tests/testcurl.pl | |
parent | d7134036b2d535323c476a1bec6aa16d207440fd (diff) | |
download | curl-ff26895b5c40c9e0d50122bcbb12368dbb627139.tar.gz |
Added msys Perl since git for Win32 comes with own Perl which identifies as msys.
Diffstat (limited to 'tests/testcurl.pl')
-rwxr-xr-x | tests/testcurl.pl | 2 |
1 files changed, 1 insertions, 1 deletions
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/)) { |