mirror of
https://github.com/curl/curl.git
synced 2026-04-16 14:41:43 +03:00
made the non-matching error code output nicer since we know it is a number
and the string contains a newline...
This commit is contained in:
parent
b60dbfa9e9
commit
2c80bcbc81
1 changed files with 1 additions and 1 deletions
|
|
@ -2318,7 +2318,7 @@ sub singletest {
|
|||
}
|
||||
else {
|
||||
if(!$short) {
|
||||
printf "\ncurl returned $cmdres, %s was expected\n", $errorcode;
|
||||
printf "\ncurl returned $cmdres, %d was expected\n", $errorcode;
|
||||
}
|
||||
logmsg " exit FAILED\n";
|
||||
return 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue