From: Yang Tse Date: Fri, 11 Jan 2008 21:59:05 +0000 (+0000) Subject: Ooops X-Git-Tag: curl-7_18_0~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f09fe4b49f7cce830a47c67f65895e567ffa7a6c;p=thirdparty%2Fcurl.git Ooops --- diff --git a/tests/runtests.pl b/tests/runtests.pl index f3e1905e5f..c9b7dc22af 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -669,7 +669,7 @@ sub verifyssh { if($pid > 0) { # if we have a pid it is actually our ssh server, # since runsshserver() unlinks previous pidfile - if(!kill(0, $pid) { + if(!kill(0, $pid)) { logmsg "RUN: SSH server has died after starting up\n"; checkdied($pid) unlink($SSHPIDFILE); @@ -692,7 +692,7 @@ sub verifysocks { if($pid > 0) { # if we have a pid it is actually our socks server, # since runsocksserver() unlinks previous pidfile - if(!kill(0, $pid) { + if(!kill(0, $pid)) { logmsg "RUN: SOCKS server has died after starting up\n"; checkdied($pid) unlink($SOCKSPIDFILE);