From eaa93f6b8a1f35173b0d77b573428ebc9238ef42 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Tue, 7 Jan 2020 15:28:48 +0100 Subject: [PATCH] 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. --- ext/curl/tests/bug48203.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/curl/tests/bug48203.phpt b/ext/curl/tests/bug48203.phpt index 185b75ed3d3..79c7d7f679d 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