]> granicus.if.org Git - curl/commitdiff
missing newline added
authorDaniel Stenberg <daniel@haxx.se>
Sat, 15 Mar 2003 17:26:59 +0000 (17:26 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 15 Mar 2003 17:26:59 +0000 (17:26 +0000)
tests/runtests.pl

index 27b4116f10dc284cec097d83aec27edb82fcda6e..20dcdbdef4d9e8cb3840d6cd25fef372e77590fd 100755 (executable)
@@ -159,7 +159,7 @@ sub runhttpserver {
 
     # verify if our/any server is running on this port
     my $cmd = "$CURL -o log/verifiedserver --silent -i $HOSTIP:$HOSTPORT/verifiedserver 2>/dev/null";
-    print "CMD; $cmd" if ($verbose);
+    print "CMD; $cmd\n" if ($verbose);
     my $res = system($cmd);
 
     $res >>= 8; # rotate the result