diff options
Diffstat (limited to 'tests/data/test1401')
-rw-r--r-- | tests/data/test1401 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/data/test1401 b/tests/data/test1401 index d10cac26d..6144bd82d 100644 --- a/tests/data/test1401 +++ b/tests/data/test1401 @@ -53,10 +53,11 @@ X-Men: cyclops, iceman </protocol> <stripfile> -# 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> <file name="log/test1401.c" mode="text"> /********* Sample code generated by the curl command line tool ********** |