From: Daniel Stenberg Date: Mon, 25 Oct 2004 11:28:15 +0000 (+0000) Subject: just nicer output when this is seen X-Git-Tag: curl-7_12_3~269 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e1607f5705a3b905dcc08cba2a09266ba6c308ef;p=curl just nicer output when this is seen --- diff --git a/tests/runtests.pl b/tests/runtests.pl index fbcd87c26..c6384cf32 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -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;