mirror of
https://github.com/curl/curl.git
synced 2026-05-15 11:56:25 +03:00
just nicer output when this is seen
This commit is contained in:
parent
cce931f27d
commit
e1607f5705
1 changed files with 1 additions and 1 deletions
|
|
@ -1269,7 +1269,7 @@ sub singletest {
|
|||
}
|
||||
else {
|
||||
if(!$short) {
|
||||
print "curl returned $cmdres, ".(0+$errorcode)." was expected\n";
|
||||
print "\ncurl returned $cmdres, ".(0+$errorcode)." was expected\n";
|
||||
}
|
||||
print " exit FAILED\n";
|
||||
return 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue