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 /tests/data/test715 | |
parent | 25d43d19d56d1bcbc93180bce782bac27ac801ff (diff) |
test714/5: added HTTP as a required feature
These tests use an HTTP proxy so require that curl be built with HTTP
support.
Diffstat (limited to 'tests/data/test715')
-rwxr-xr-x | tests/data/test715 | 3 |
1 files changed, 3 insertions, 0 deletions
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> |