From: Christoph M. Becker Date: Tue, 7 Jan 2020 14:28:48 +0000 (+0100) Subject: Make test more resilient X-Git-Tag: php-7.4.7RC1~327 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eaa93f6b8a1f35173b0d77b573428ebc9238ef42;p=php 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. --- diff --git a/ext/curl/tests/bug48203.phpt b/ext/curl/tests/bug48203.phpt index 185b75ed3d..79c7d7f679 100644 --- a/ext/curl/tests/bug48203.phpt +++ b/ext/curl/tests/bug48203.phpt @@ -27,5 +27,5 @@ echo "Ok\n"; Warning: curl_exec(): CURLOPT_STDERR resource has gone away, resetting to stderr in %s on line %d %A Hello World! -Hello World!* Closing connection 0 +Hello World!%A Ok