From: Karlson2k Date: Sun, 21 Feb 2016 12:48:10 +0000 (+0300) Subject: runtests: Fixed usage of %PWD on MinGW64 X-Git-Tag: curl-7_48_0~118 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=527e86b0548938fa70d98117d94f84050ade09c7;p=thirdparty%2Fcurl.git runtests: Fixed usage of %PWD on MinGW64 Closes #672 --- diff --git a/tests/runtests.pl b/tests/runtests.pl index 3f4fbbd443..ba9fd95991 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -2311,7 +2311,7 @@ sub checksystem { $curl =~ s/^(.*)(libcurl.*)/$1/g; $libcurl = $2; - if($curl =~ /mingw32/) { + if($curl =~ /mingw(32|64)/) { # This is a windows minw32 build, we need to translate the # given path to the "actual" windows path. The MSYS shell # has a builtin 'pwd -W' command which converts the path.