From: Yang Tse Date: Sat, 12 Jan 2008 00:12:16 +0000 (+0000) Subject: Ooops X-Git-Tag: curl-7_18_0~74 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b63eb8511edb2ccb951caf143237c3710d2b900;p=thirdparty%2Fcurl.git Ooops --- diff --git a/tests/runtests.pl b/tests/runtests.pl index c9b7dc22af..4bc32bf36c 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; }