aboutsummaryrefslogtreecommitdiff
path: root/tests/runtests.pl
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-01-04 19:56:56 +0000
committerYang Tse <yangsita@gmail.com>2008-01-04 19:56:56 +0000
commita4945fe6876e184f41c05e5a942a2fd493f65246 (patch)
tree1504a708dd9253a7870bb0e3999584042811960f /tests/runtests.pl
parent88d89b2177f3485723b18c22e9e6700f2bba592e (diff)
Missing newline at end of message
Diffstat (limited to 'tests/runtests.pl')
-rwxr-xr-xtests/runtests.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl
index 22d3fe676..231d75675 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -1157,7 +1157,7 @@ sub runsocksserver {
$doesntrun{$pidfile} = 1;
return (0,0);
}
- logmsg "ssh server found $sshd is $sshdverstr" if($verbose);
+ logmsg "ssh server found $sshd is $sshdverstr\n" if($verbose);
# Find out ssh client canonical file name
my $ssh = find_ssh();