diff --git a/testcurl.sh b/testcurl.sh index 4572661019..c21d319a98 100755 --- a/testcurl.sh +++ b/testcurl.sh @@ -207,7 +207,7 @@ if { grep "define USE_ARES" lib/config.h; } then echo "testcurl: build ares" cd ares - make + make 2>&1 | sed -e "s:$pwd::g" echo "testcurl: ares is now built" # cd back to the curl build dir