projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f09fe4b
)
Ooops
author
Yang Tse
<yangsita@gmail.com>
Sat, 12 Jan 2008 00:12:16 +0000
(
00:12
+0000)
committer
Yang Tse
<yangsita@gmail.com>
Sat, 12 Jan 2008 00:12:16 +0000
(
00:12
+0000)
tests/runtests.pl
patch
|
blob
|
history
diff --git
a/tests/runtests.pl
b/tests/runtests.pl
index
c9b7dc2
..
4bc32bf
100755
(executable)
--- 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;
}