diff options
-rwxr-xr-x | tests/runtests.pl | 2 |
1 files changed, 1 insertions, 1 deletions
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; |