From e1607f5705a3b905dcc08cba2a09266ba6c308ef Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 25 Oct 2004 11:28:15 +0000 Subject: just nicer output when this is seen --- tests/runtests.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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; -- cgit v1.2.3