]> granicus.if.org Git - curl/commitdiff
just nicer output when this is seen
authorDaniel Stenberg <daniel@haxx.se>
Mon, 25 Oct 2004 11:28:15 +0000 (11:28 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 25 Oct 2004 11:28:15 +0000 (11:28 +0000)
tests/runtests.pl

index fbcd87c26a94e95b5d93a4f6ef6e09c10d97834d..c6384cf327f91266bf8fdac6782c5ce9d273baa5 100755 (executable)
@@ -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;