Commit 718709c6 authored by Dan Fandrich's avatar Dan Fandrich
Browse files

test714/5: added HTTP as a required feature

These tests use an HTTP proxy so require that curl be built with HTTP
support.
parent 25d43d19
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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>
+3 −0
Original line number Diff line number Diff line
@@ -41,6 +41,9 @@ ftp
http-proxy
socks5
</server>
<features>
http
</features>
 <name>
FTP fetch with --preproxy, --proxy and --connect-to
 </name>