Skip to content

Commit fdae7c2

Browse files
committed
Fix CI failure on macOS after Curl update
1 parent 4df8586 commit fdae7c2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ext/standard/tests/file/bug52820.phpt

+4-4
Original file line numberDiff line numberDiff line change
@@ -46,21 +46,21 @@ echo "\nDone.\n";
4646
temp stream \(close after\):
4747
About to rewind!
4848
(\* processing: file:\/\/\/i_dont_exist\/\n)?\* Couldn't open file \/i_dont_exist\/
49-
\* Closing connection( #?-?\d+)?
49+
\* [Cc]losing connection( #?-?\d+)?
5050

5151
memory stream \(close after\):
5252
About to rewind!
5353
(\* processing: file:\/\/\/i_dont_exist\/\n)?\* Couldn't open file \/i_dont_exist\/
54-
\* Closing connection( #?-?\d+)?
54+
\* [Cc]losing connection( #?-?\d+)?
5555

5656
temp stream \(leak\):
5757
About to rewind!
5858
(\* processing: file:\/\/\/i_dont_exist\/\n)?\* Couldn't open file \/i_dont_exist\/
59-
\* Closing connection( #?-?\d+)?
59+
\* [Cc]losing connection( #?-?\d+)?
6060

6161
memory stream \(leak\):
6262
About to rewind!
6363
(\* processing: file:\/\/\/i_dont_exist\/\n)?\* Couldn't open file \/i_dont_exist\/
64-
\* Closing connection( #?-?\d+)?
64+
\* [Cc]losing connection( #?-?\d+)?
6565

6666
Done\.

0 commit comments

Comments
 (0)