diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2017-03-20 22:24:32 +0100 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2017-03-20 22:24:32 +0100 |
commit | 718709c674164574b1acac5815f2a6d5c80f03b3 (patch) | |
tree | eb5c37311ac0e476f6d4b4fed8de35bb1029056b | |
parent | 25d43d19d56d1bcbc93180bce782bac27ac801ff (diff) | |
download | curl-718709c674164574b1acac5815f2a6d5c80f03b3.tar.gz |
test714/5: added HTTP as a required feature
These tests use an HTTP proxy so require that curl be built with HTTP
support.
-rwxr-xr-x | tests/data/test714 | 3 | ||||
-rwxr-xr-x | tests/data/test715 | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/tests/data/test714 b/tests/data/test714 index 9d1f0a96e..efec03227 100755 --- a/tests/data/test714 +++ b/tests/data/test714 @@ -39,6 +39,9 @@ silly content ftp http-proxy </server> +<features> +http +</features> <name> FTP fetch with --proxy set to http:// and with --connect-to </name> diff --git a/tests/data/test715 b/tests/data/test715 index ffcfc7e3e..56936b946 100755 --- a/tests/data/test715 +++ b/tests/data/test715 @@ -41,6 +41,9 @@ ftp http-proxy socks5 </server> +<features> +http +</features> <name> FTP fetch with --preproxy, --proxy and --connect-to </name> |