diff options
author | Christoph M. Becker <cmbecker69@gmx.de> | 2019-05-22 12:00:06 +0200 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2019-05-22 12:01:23 +0200 |
commit | 62fe6ba20c229bb6ffd910f1b494a310c950cef6 (patch) | |
tree | 3ec4b96a48073e858f9575e2c5a634d9763be681 /ext/curl/tests | |
parent | 3a0de243c389af40c703e0ef018d8f95f6eab563 (diff) | |
download | php-git-62fe6ba20c229bb6ffd910f1b494a310c950cef6.tar.gz |
Fix test case for cURL 7.65.0
Reported and patch provided by @Jan-E.
Diffstat (limited to 'ext/curl/tests')
-rw-r--r-- | ext/curl/tests/curl_basic_010.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/curl/tests/curl_basic_010.phpt b/ext/curl/tests/curl_basic_010.phpt index 20bcc59be6..13fbd0c404 100644 --- a/ext/curl/tests/curl_basic_010.phpt +++ b/ext/curl/tests/curl_basic_010.phpt @@ -26,5 +26,5 @@ curl_close($ch); ?> --EXPECTF-- -string(%d) "%r(Couldn't resolve proxy|Could not resolve proxy:|Could not resolve host:|Could not resolve:)%r %s" +string(%d) "%r(Couldn't resolve proxy|Could not resolve proxy:|Could not resolve host:|Could not resolve:|Unsupported proxy syntax in)%r %s" int(5) |