diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-05-27 11:51:34 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-05-30 23:18:16 +0200 |
commit | f3d501dc678d80a93325bd93ab05c48855e1c0d1 (patch) | |
tree | f1f63712798510398d6e7aebc30f24afb27ed15c /tests/data/test1244 | |
parent | c4e6968127e876b01e5e0b4b7cdbc49d5267530c (diff) |
build: disable more code/data when built without proxy support
Added build to travis to verify
Closes #5466
Diffstat (limited to 'tests/data/test1244')
-rw-r--r-- | tests/data/test1244 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/tests/data/test1244 b/tests/data/test1244 index d0769ad85..0912c0947 100644 --- a/tests/data/test1244 +++ b/tests/data/test1244 @@ -32,10 +32,13 @@ wrong http https </server> - <name> +<features> +proxy +</features> +<name> HTTP GET same URL - different proxy ports - </name> - <command> +</name> +<command> http://%HOSTIP:%HTTPPORT/1244 -x %HOSTIP:%HTTPPORT --next http://%HOSTIP:%HTTPPORT/124400001 -x %HOSTIP:%HTTPSPORT </command> </client> |