From 2b63eb8511edb2ccb951caf143237c3710d2b900 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Sat, 12 Jan 2008 00:12:16 +0000 Subject: Ooops --- tests/runtests.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/runtests.pl') diff --git a/tests/runtests.pl b/tests/runtests.pl index c9b7dc22a..4bc32bf36 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -671,7 +671,7 @@ sub verifyssh { # since runsshserver() unlinks previous pidfile if(!kill(0, $pid)) { logmsg "RUN: SSH server has died after starting up\n"; - checkdied($pid) + checkdied($pid); unlink($SSHPIDFILE); $pid = -1; } @@ -694,7 +694,7 @@ sub verifysocks { # since runsocksserver() unlinks previous pidfile if(!kill(0, $pid)) { logmsg "RUN: SOCKS server has died after starting up\n"; - checkdied($pid) + checkdied($pid); unlink($SOCKSPIDFILE); $pid = -1; } -- cgit v1.2.3