Skip to content

Commit 573d530

Browse files
committed
fix
1 parent 15e0bcf commit 573d530

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/support/server.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ proc start_server {options {code undefined}} {
287287
set line [exec head -n1 $stdout]
288288
if {[string match {*already in use*} $line]} {
289289
error_and_quit $config_file $line
290-
}0
290+
}
291291

292292
while 1 {
293293
# check that the server actually started and is ready for connections

0 commit comments

Comments
 (0)