aboutsummaryrefslogtreecommitdiff
path: root/tests/testcurl.pl
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2007-01-18 20:32:46 +0000
committerDan Fandrich <dan@coneharvesters.com>2007-01-18 20:32:46 +0000
commit6da70628c60d4f0914529076db5a72d3ca3fbe61 (patch)
tree212da0b732f0c5e7668e55fc36643519ca4c6e57 /tests/testcurl.pl
parent3bae748256260290a49d6a9a12fe53089854f600 (diff)
Make the test script tag parser a bit more robust.
Check for the .exe extension on mingw32 builds.
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';