diff options
Diffstat (limited to 'tests')
| -rwxr-xr-x | tests/runtests.pl | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tests/runtests.pl b/tests/runtests.pl index 9413f0d41..63bd2da68 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -2678,6 +2678,7 @@ sub checksystem {                  # This is a Windows MinGW build or native build, we need to use                  # Win32-style path.                  $pwd = pathhelp::sys_native_current_path(); +                $has_textaware = 1;              }             if ($libcurl =~ /(winssl|schannel)/i) {                 $has_winssl=1; @@ -3024,7 +3025,6 @@ sub checksystem {              }          }      } -    $has_textaware = ($^O eq 'MSWin32') || ($^O eq 'msys');      logmsg "***************************************** \n"; | 
