test714/5: added HTTP as a required feature

These tests use an HTTP proxy so require that curl be built with HTTP
support.
This commit is contained in:
Dan Fandrich 2017-03-20 22:24:32 +01:00
parent 25d43d19d5
commit 718709c674
2 changed files with 6 additions and 0 deletions

View File

@ -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>

View File

@ -41,6 +41,9 @@ ftp
http-proxy
socks5
</server>
<features>
http
</features>
<name>
FTP fetch with --preproxy, --proxy and --connect-to
</name>