Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/curl/025-write_file_broken_pipe.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ async_test_server_stop($server);
echo "Done\n";
?>
--EXPECTF--
Warning: Unknown: Send of %d bytes failed with errno=%d %s in Unknown on line 0
Warning: %sSend of %d bytes failed with errno=%d %s in %s on line %d
curl_exec returned: false
errno: 23
is write error: yes
Expand Down
2 changes: 1 addition & 1 deletion tests/curl/054-multi_write_file_broken_pipe.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ async_test_server_stop($server);
echo "Done\n";
?>
--EXPECTF--
Warning: Unknown: Send of %d bytes failed with errno=%d %s in Unknown on line 0
Warning: %sSend of %d bytes failed with errno=%d %s in %s on line %d
Transfer result: CURLE_WRITE_ERROR
curl_errno: CURLE_WRITE_ERROR
Done
Loading