mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
just nicer output when this is seen
This commit is contained in:
parent
cce931f27d
commit
e1607f5705
@ -1269,7 +1269,7 @@ sub singletest {
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
if(!$short) {
|
if(!$short) {
|
||||||
print "curl returned $cmdres, ".(0+$errorcode)." was expected\n";
|
print "\ncurl returned $cmdres, ".(0+$errorcode)." was expected\n";
|
||||||
}
|
}
|
||||||
print " exit FAILED\n";
|
print " exit FAILED\n";
|
||||||
return 1;
|
return 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user