diff options
author | Yang Tse <yangsita@gmail.com> | 2008-01-12 00:12:16 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-01-12 00:12:16 +0000 |
commit | 2b63eb8511edb2ccb951caf143237c3710d2b900 (patch) | |
tree | 9c17b3f0f5758903ae850d4642ad3a6d0d0c9085 | |
parent | f09fe4b49f7cce830a47c67f65895e567ffa7a6c (diff) |
Ooops
-rwxr-xr-x | tests/runtests.pl | 4 |
1 files changed, 2 insertions, 2 deletions
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; } |