aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-10-25 11:28:15 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-10-25 11:28:15 +0000
commite1607f5705a3b905dcc08cba2a09266ba6c308ef (patch)
tree3a6691478e27e1bb7172f422ee5ff6f100aa94a7 /tests
parentcce931f27d50d039dd8d11c86e713d297222fcce (diff)
just nicer output when this is seen
Diffstat (limited to 'tests')
-rwxr-xr-xtests/runtests.pl2
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;