From: Michael Wallner Date: Wed, 5 Oct 2016 11:14:50 +0000 (+0200) Subject: fix tests X-Git-Tag: RELEASE_3_1_0~8 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=a781e1173974f92770c9fbdc6d47e0bf098cfc3f;ds=sidebyside fix tests --- diff --git a/tests/client022.phpt b/tests/client022.phpt index e813cdc..4341351 100644 --- a/tests/client022.phpt +++ b/tests/client022.phpt @@ -19,6 +19,7 @@ nghttpd(function($port) { "protocol" => http\Client\Curl\HTTP_VERSION_2_0, "ssl" => [ "cainfo" => __DIR__."/helper/http2.crt", + "verifypeer" => false, // needed for NSS without PEM support ] ]); diff --git a/tests/client028.phpt b/tests/client028.phpt index 232f562..b0550df 100644 --- a/tests/client028.phpt +++ b/tests/client028.phpt @@ -137,5 +137,5 @@ server("proxy.inc", function($port) { ===DONE=== --EXPECTREGEX-- Test -T[WST]*(O[WST]*)+U+int\(200\) +[ST][WST]*([OWST]*)+U+int\(200\) ===DONE===