diff --git a/testcurl.sh b/testcurl.sh index 457266101946e1628ede73c1697bbc44390a8ea8..c21d319a98f48f6706425277fafddb76b4ce6d0e 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