summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2017-03-20 22:24:32 +0100
committerDan Fandrich <dan@coneharvesters.com>2017-03-20 22:24:32 +0100
commit718709c674164574b1acac5815f2a6d5c80f03b3 (patch)
treeeb5c37311ac0e476f6d4b4fed8de35bb1029056b /tests
parent25d43d19d56d1bcbc93180bce782bac27ac801ff (diff)
downloadcurl-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.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/data/test7143
-rwxr-xr-xtests/data/test7153
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>