From 354b98e348b5c972c0dceef5d136316bd3f07d94 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 15 Jan 2021 13:24:50 +0100 Subject: [PATCH] adapt some tests for unix socket connections --- tests/async001.phpt | 2 +- tests/async002.phpt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/async001.phpt b/tests/async001.phpt index 5e02ad2..4b2a54b 100644 --- a/tests/async001.phpt +++ b/tests/async001.phpt @@ -45,5 +45,5 @@ DONE --EXPECTREGEX-- Test (WP(RP)*)+S -2(,\d*)*,0 +[23](,\d*)*,0 DONE diff --git a/tests/async002.phpt b/tests/async002.phpt index f5afdd6..a1f0180 100644 --- a/tests/async002.phpt +++ b/tests/async002.phpt @@ -55,7 +55,7 @@ DONE --EXPECTREGEX-- Test (WP(RP)*)+S -2(,\d*)*,0 +[23](,\d*)*,0 (WP(RP)*)+S -2(,\d*)*,0 +[23](,\d*)*,0 DONE -- 2.30.2