aboutsummaryrefslogtreecommitdiff
path: root/tests/testcurl.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testcurl.pl')
-rwxr-xr-xtests/testcurl.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testcurl.pl b/tests/testcurl.pl
index 8cba54ac9..2171622f1 100755
--- a/tests/testcurl.pl
+++ b/tests/testcurl.pl
@@ -137,7 +137,7 @@ if ($^O eq 'MSWin32' || $targetos) {
$binext = '.exe';
$libext = '.lib';
}
- elsif ($targetos =~ /mingw32/) {
+ elsif ($targetos =~ /mingw/) {
$binext = '.exe';
if ($^O eq 'MSWin32') {
$libext = '.a';