Commit 527e86b0 authored by Karlson2k's avatar Karlson2k Committed by Daniel Stenberg
Browse files

runtests: Fixed usage of %PWD on MinGW64

Closes #672
parent 2ac3f427
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.