diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-09-25 13:01:46 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-09-25 14:29:45 +0200 |
commit | 11522d7292496455bc992aa3f8274ced2edab772 (patch) | |
tree | 07202481968dc1b0057a12f69b92ab9dad9397f6 /tests | |
parent | 3d60a223908fcfebea7f8099b6e8e62bf31b0a9c (diff) | |
download | curl-11522d7292496455bc992aa3f8274ced2edab772.tar.gz |
test163[12]: require http to be built-in to run
... as speaking over an HTTPS proxy implies http!
Closes #6014
Diffstat (limited to 'tests')
-rw-r--r-- | tests/data/test1631 | 1 | ||||
-rw-r--r-- | tests/data/test1632 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/data/test1631 b/tests/data/test1631 index 878511908..be4a24a31 100644 --- a/tests/data/test1631 +++ b/tests/data/test1631 @@ -46,6 +46,7 @@ FTP through HTTPS-proxy -p -x https://%HOSTIP:%HTTPSPROXYPORT ftp://ftp.site.thru.https.proxy:%FTPPORT/1631 --proxy-insecure </command> <features> +http proxy </features> </client> diff --git a/tests/data/test1632 b/tests/data/test1632 index 94577efdd..296137bff 100644 --- a/tests/data/test1632 +++ b/tests/data/test1632 @@ -55,6 +55,7 @@ FTP through HTTPS-proxy, with connection re-use -p -x https://%HOSTIP:%HTTPSPROXYPORT ftp://ftp.site.thru.https.proxy:%FTPPORT/1632 --proxy-insecure ftp://ftp.site.thru.https.proxy:%FTPPORT/16320002 </command> <features> +http proxy </features> </client> |