Skip to content

Commit 6381b1e

Browse files
committed
Make ext/curl/tests/bug48203_multi.phpt more robust
We don't have a guarantee in which order the output here will occur. And it's not really relevant for the test anyway, so use a wildcard.
1 parent b2d6d29 commit 6381b1e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ext/curl/tests/bug48203_multi.phpt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,7 @@ Ok for CURLOPT_WRITEHEADER
8181
Warning: curl_multi_exec(): CURLOPT_FILE resource has gone away, resetting to default in %s on line %d
8282

8383
Warning: curl_multi_exec(): CURLOPT_FILE resource has gone away, resetting to default in %s on line %d
84-
Hello World!
85-
Hello World!Hello World!
86-
Hello World!Ok for CURLOPT_FILE
84+
%AOk for CURLOPT_FILE
8785

8886
Warning: curl_multi_exec(): CURLOPT_INFILE resource has gone away, resetting to default in %s on line %d
8987

0 commit comments

Comments
 (0)