diff --git a/tests/curl/025-write_file_broken_pipe.phpt b/tests/curl/025-write_file_broken_pipe.phpt index b0be7e4..207a90b 100644 --- a/tests/curl/025-write_file_broken_pipe.phpt +++ b/tests/curl/025-write_file_broken_pipe.phpt @@ -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 diff --git a/tests/curl/054-multi_write_file_broken_pipe.phpt b/tests/curl/054-multi_write_file_broken_pipe.phpt index 604bec8..657cb9f 100644 --- a/tests/curl/054-multi_write_file_broken_pipe.phpt +++ b/tests/curl/054-multi_write_file_broken_pipe.phpt @@ -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