From a781e1173974f92770c9fbdc6d47e0bf098cfc3f Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Wed, 5 Oct 2016 13:14:50 +0200 Subject: [PATCH] fix tests --- tests/client022.phpt | 1 + tests/client028.phpt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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=== -- 2.30.2