diff options
author | Christoph M. Becker <cmbecker69@gmx.de> | 2020-01-07 15:28:48 +0100 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2020-01-07 15:28:48 +0100 |
commit | eaa93f6b8a1f35173b0d77b573428ebc9238ef42 (patch) | |
tree | 52d14331cb706d039100f6218462aee27ea6a4c0 | |
parent | 896f7533ee2c376927c991c12abd2646a401eff5 (diff) | |
download | php-git-eaa93f6b8a1f35173b0d77b573428ebc9238ef42.tar.gz |
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.
-rw-r--r-- | ext/curl/tests/bug48203.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |