mirror of
https://github.com/curl/curl.git
synced 2026-06-25 21:15:38 +03:00
test719-721: require "proxy" feature present to run
Bug: https://github.com/curl/curl/pull/8223#issuecomment-1005188696 Reported-by: Marc Hörsken Closes #8226
This commit is contained in:
parent
47f03aa2c6
commit
99c42919d0
3 changed files with 7 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ Funny-head: yesyes
|
|||
<client>
|
||||
<features>
|
||||
ipv6
|
||||
proxy
|
||||
</features>
|
||||
<server>
|
||||
http
|
||||
|
|
|
|||
|
|
@ -30,6 +30,9 @@ Funny-head: yesyes
|
|||
#
|
||||
# Client-side
|
||||
<client>
|
||||
<features>
|
||||
proxy
|
||||
</features>
|
||||
<server>
|
||||
http
|
||||
socks5
|
||||
|
|
|
|||
|
|
@ -30,6 +30,9 @@ Funny-head: yesyes
|
|||
#
|
||||
# Client-side
|
||||
<client>
|
||||
<features>
|
||||
proxy
|
||||
</features>
|
||||
<server>
|
||||
http
|
||||
socks5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue