aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test709
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-05-12 23:46:41 +0200
committerDaniel Stenberg <daniel@haxx.se>2019-05-15 12:02:05 +0200
commitee68bbe29c2f0ce9b1ba93cc43f940adc979f6f8 (patch)
tree03519564568f656ad4a4caa5a3c30af4d8a2d962 /tests/data/test709
parente832d1ef74f260146cdab59cbac1d6969836663a (diff)
parse_proxy: use the URL parser API
As we treat a given proxy as a URL we should use the unified URL parser to extract the parts out of it. Closes #3878
Diffstat (limited to 'tests/data/test709')
-rw-r--r--tests/data/test7092
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test709 b/tests/data/test709
index 022688853..fa7fbc017 100644
--- a/tests/data/test709
+++ b/tests/data/test709
@@ -34,7 +34,7 @@ http
socks5
</server>
<setenv>
-http_proxy=socks5://%HOSTIP:%SOCKSPORT
+http_proxy=socks5://%HOSTIP:%SOCKSPORT
</setenv>
<name>
HTTP GET via SOCKS5 set in http_proxy environment variable