aboutsummaryrefslogtreecommitdiff
path: root/tests/testcurl.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testcurl.pl')
-rwxr-xr-xtests/testcurl.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/testcurl.pl b/tests/testcurl.pl
index 8d207d1cd..48f63369c 100755
--- a/tests/testcurl.pl
+++ b/tests/testcurl.pl
@@ -133,6 +133,9 @@ if ($^O eq 'MSWin32' || $targetos) {
$binext = '.exe';
$libext = '.lib';
}
+ elsif ($targetos =~ /mingw32/) {
+ $binext = '.exe';
+ }
elsif ($targetos =~ /netware/) {
$configurebuild = 0;
$binext = '.nlm';