Skip to content

Commit

Permalink
Fix test for curl 7.83.0
Browse files Browse the repository at this point in the history
libcurl 7.83.0 removed some trailing exclamation marks from error
messages[1]; we have to cater to that.

[1] <curl/curl@6968fb9>

(cherry picked from commit a4179e4)
  • Loading branch information
cmb69 committed May 3, 2022
1 parent ad7b9f4 commit 722e9b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/curl/tests/curl_basic_007.phpt
Expand Up @@ -20,5 +20,5 @@ curl_close($ch);

?>
--EXPECTF--
string(%d) "No URL set!%w"
string(%d) "No URL set%A"
int(3)

0 comments on commit 722e9b9

Please sign in to comment.