From: Remi Collet Date: Thu, 24 Sep 2020 14:04:05 +0000 (+0200) Subject: fix tests, connection status can be 2 digits X-Git-Tag: v2.2.0~18 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=commitdiff_plain;h=7faa9186d9c15c80f012cf37cf30cad16198b850 fix tests, connection status can be 2 digits --- diff --git a/tests/async001.phpt b/tests/async001.phpt index 7272272..5e02ad2 100644 --- a/tests/async001.phpt +++ b/tests/async001.phpt @@ -45,5 +45,5 @@ DONE --EXPECTREGEX-- Test (WP(RP)*)+S -2(,\d)*,0 +2(,\d*)*,0 DONE diff --git a/tests/async002.phpt b/tests/async002.phpt index bd09863..f5afdd6 100644 --- a/tests/async002.phpt +++ b/tests/async002.phpt @@ -55,7 +55,7 @@ DONE --EXPECTREGEX-- Test (WP(RP)*)+S -2(,\d)*,0 +2(,\d*)*,0 (WP(RP)*)+S -2(,\d)*,0 +2(,\d*)*,0 DONE