diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-10-25 11:28:15 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-10-25 11:28:15 +0000 |
commit | e1607f5705a3b905dcc08cba2a09266ba6c308ef (patch) | |
tree | 3a6691478e27e1bb7172f422ee5ff6f100aa94a7 | |
parent | cce931f27d50d039dd8d11c86e713d297222fcce (diff) |
just nicer output when this is seen
-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; |