diff --git a/appveyor.yml b/appveyor.yml index 9ee5257449..f85fe5f117 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -78,7 +78,7 @@ before_test: pip.exe --disable-pip-version-check install httpbin Start-Job -Name wx_httpbin { python.exe -m httpbin.core 2>&1 > c:\projects\wxwidgets\httpbin.log } Start-Sleep -Seconds 5 - if (curl -s http://127.0.0.1:5000/ip > $null) { + if (curl.exe -s http://127.0.0.1:5000/ip > $null) { $env:WX_TEST_WEBREQUEST_URL="http://127.0.0.1:5000" } else {