diff options
author | Daniel Stenberg <daniel@haxx.se> | 2022-01-04 23:15:37 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2022-01-05 00:35:21 +0100 |
commit | 99c42919d062d5a66ae47192551c2c4b36746dad (patch) | |
tree | c2577bb7de3fef8a8499240f9cdfb398b6a49277 | |
parent | 47f03aa2c6cede818f2c19f095438b868b6fefb3 (diff) | |
download | curl-99c42919d062d5a66ae47192551c2c4b36746dad.tar.gz |
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
-rw-r--r-- | tests/data/test719 | 1 | ||||
-rw-r--r-- | tests/data/test720 | 3 | ||||
-rw-r--r-- | tests/data/test721 | 3 |
3 files changed, 7 insertions, 0 deletions
diff --git a/tests/data/test719 b/tests/data/test719 index 3ccdee38a..9aea9f08d 100644 --- a/tests/data/test719 +++ b/tests/data/test719 @@ -32,6 +32,7 @@ Funny-head: yesyes <client> <features> ipv6 +proxy </features> <server> http diff --git a/tests/data/test720 b/tests/data/test720 index 786d83552..59dfeed4e 100644 --- a/tests/data/test720 +++ b/tests/data/test720 @@ -30,6 +30,9 @@ Funny-head: yesyes # # Client-side <client> +<features> +proxy +</features> <server> http socks5 diff --git a/tests/data/test721 b/tests/data/test721 index 8af61dabf..3092eaac6 100644 --- a/tests/data/test721 +++ b/tests/data/test721 @@ -30,6 +30,9 @@ Funny-head: yesyes # # Client-side <client> +<features> +proxy +</features> <server> http socks5 |