1
0
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:
Daniel Stenberg 2004-10-25 11:28:15 +00:00
parent cce931f27d
commit e1607f5705

View File

@ -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;