Differences From Artifact [7d5a3a1baa]:
- File tests/oldTests/tlsUpload.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: 1046) [annotate] [blame] [check-ins using] [more...]
To Artifact [40bb4e56d8]:
- File tests/oldTests/tlsUpload.tcl — part of check-in [ea36bcf6c4] at 2024-10-25 05:13:44 on branch tls-1.8 — More TCL9 updates (user: bohagan, size: 1046) [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 } |
︙ |