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 | |
parent | c4e6968127e876b01e5e0b4b7cdbc49d5267530c (diff) | |
download | curl-f3d501dc678d80a93325bd93ab05c48855e1c0d1.tar.gz |
build: disable more code/data when built without proxy support
Added build to travis to verify
Closes #5466
Diffstat (limited to 'tests')
-rw-r--r-- | tests/data/test1097 | 1 | ||||
-rw-r--r-- | tests/data/test1244 | 9 | ||||
-rw-r--r-- | tests/data/test2047 | 1 | ||||
-rw-r--r-- | tests/data/test302 | 1 | ||||
-rw-r--r-- | tests/data/test552 | bin | 142941 -> 142947 bytes |
5 files changed, 9 insertions, 3 deletions
diff --git a/tests/data/test1097 b/tests/data/test1097 index 70a89908d..82f23846d 100644 --- a/tests/data/test1097 +++ b/tests/data/test1097 @@ -47,6 +47,7 @@ https NTLM SSL !SSPI +proxy </features> <name> HTTP POST using CONNECT with --proxy-ntlm but no auth is required 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> diff --git a/tests/data/test2047 b/tests/data/test2047 index d3654c785..1471d0051 100644 --- a/tests/data/test2047 +++ b/tests/data/test2047 @@ -40,6 +40,7 @@ http </server> <features> idn +proxy </features> <setenv> LC_ALL=en_US.UTF-8 diff --git a/tests/data/test302 b/tests/data/test302 index 7bb162b41..3eb9e7aee 100644 --- a/tests/data/test302 +++ b/tests/data/test302 @@ -24,6 +24,7 @@ And you should ignore this data. <client> <features> SSL +proxy </features> <server> https diff --git a/tests/data/test552 b/tests/data/test552 Binary files differindex 47dd41abb..a02023a59 100644 --- a/tests/data/test552 +++ b/tests/data/test552 |