This makes the tests succeed when using --disable-proxy. Closes https://github.com/curl/curl/pull/4488
Under condition using http_proxy env var, noproxy list was the combination of --noproxy option and NO_PROXY env var previously. Since this commit, --noproxy option overrides NO_PROXY environment variable even if use http_proxy env var. Closes #1140