1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04: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 {
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;