Differences From Artifact [c6f69ae9dc]:
- File tests/oldTests/tlsAuto.tcl — part of check-in [c75816429f] at 2016-11-22 22:11:45 on branch tls-1-7 — Removed artifacts from conversion from CVS (user: rkeene, size: 1085) [annotate] [blame] [check-ins using] [more...]
To Artifact [d3a552645b]:
- File tests/oldTests/tlsAuto.tcl — part of check-in [ea36bcf6c4] at 2024-10-25 05:13:44 on branch tls-1.8 — More TCL9 updates (user: bohagan, size: 1085) [annotate] [blame] [check-ins using] [more...]
︙ | |||
13 14 15 16 17 18 19 | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | - + | set ::/Exit 1 return } if {[eof $chan]} { close $chan set ::/Exit 1 } |
︙ |