Skip to content

Commit eaa93f6

Browse files
committed
Make test more resilient
Depending on the libcurl version and perhaps configuration, it may show additional info (due to `CURLOPT_VERBOSE` being activated), which we have to ignore, to avoid spurious test failures.
1 parent 896f753 commit eaa93f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/curl/tests/bug48203.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ echo "Ok\n";
2727
Warning: curl_exec(): CURLOPT_STDERR resource has gone away, resetting to stderr in %s on line %d
2828
%A
2929
Hello World!
30-
Hello World!* Closing connection 0
30+
Hello World!%A
3131
Ok

0 commit comments

Comments
 (0)