aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/test1405
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/test1405')
-rw-r--r--tests/data/test14057
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/data/test1405 b/tests/data/test1405
index 38bfd5c5..f223954c 100644
--- a/tests/data/test1405
+++ b/tests/data/test1405
@@ -58,7 +58,7 @@ QUIT
<file name="log/test1405.c" mode="text">
/********* Sample code generated by the curl command line tool **********
* All curl_easy_setopt() options are documented at:
- * http://curl.haxx.se/libcurl/c/curl_easy_setopt.html
+ * https://curl.haxx.se/libcurl/c/curl_easy_setopt.html
************************************************************************/
#include <curl/curl.h>
@@ -127,10 +127,11 @@ int main(int argc, char *argv[])
# support, IOW depends on configuration - just ignore these.
$_ = '' if /CURLOPT_USERAGENT/
$_ = '' if /CURLOPT_MAXREDIRS/
-# CURLOPT_SSL_VERIFYPEER and SSH_KNOWNHOSTS vary with configurations - just
-# ignore them
+# CURLOPT_SSL_VERIFYPEER, SSH_KNOWNHOSTS and HTTP_VERSION vary with
+# configurations - just ignore them
$_ = '' if /CURLOPT_SSL_VERIFYPEER/
$_ = '' if /CURLOPT_SSH_KNOWNHOSTS/
+$_ = '' if /CURLOPT_HTTP_VERSION/
</stripfile>
</verify>
</testcase>