diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-03-15 17:26:59 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-03-15 17:26:59 +0000 |
commit | 12c72b419c8640952b9fc79080a2c776ed88603c (patch) | |
tree | 0effe6901181088101506695dfe41b1c12497e59 | |
parent | a15b7691caf0530c631002f68c95c880afd68106 (diff) |
missing newline added
-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 27b4116f1..20dcdbdef 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -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 |