Skip to content

Commit 722e9b9

Browse files
committed
Fix test for curl 7.83.0
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)
1 parent ad7b9f4 commit 722e9b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/curl/tests/curl_basic_007.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ curl_close($ch);
2020

2121
?>
2222
--EXPECTF--
23-
string(%d) "No URL set!%w"
23+
string(%d) "No URL set%A"
2424
int(3)

0 commit comments

Comments
 (0)