diff options
Diffstat (limited to 'tests/data/test1406')
-rw-r--r-- | tests/data/test1406 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/data/test1406 b/tests/data/test1406 index c80459f95..8c6de5c1a 100644 --- a/tests/data/test1406 +++ b/tests/data/test1406 @@ -116,10 +116,11 @@ int main(int argc, char *argv[]) <stripfile> # curl's default user-agent varies with version, libraries etc. s/(USERAGENT, \")[^\"]+/${1}stripped/ -# 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> |