From 527e86b0548938fa70d98117d94f84050ade09c7 Mon Sep 17 00:00:00 2001 From: Karlson2k Date: Sun, 21 Feb 2016 15:48:10 +0300 Subject: runtests: Fixed usage of %PWD on MinGW64 Closes #672 --- tests/runtests.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/runtests.pl') diff --git a/tests/runtests.pl b/tests/runtests.pl index 3f4fbbd44..ba9fd9599 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. -- cgit v1.2.3