diff options
author | sebres <sebres@users.sourceforge.net> | 2020-05-29 19:02:24 (GMT) |
---|---|---|
committer | sebres <sebres@users.sourceforge.net> | 2020-05-29 19:02:24 (GMT) |
commit | 6e8b20f551e5ffc2fa7d28a3f1cd58d2de3fd6cf (patch) | |
tree | fbc1e9b3851395c17c087e2533ea71db7373f507 | |
parent | df118049469eba4e68b43e2abf902284059c0d3f (diff) | |
download | tcl-6e8b20f551e5ffc2fa7d28a3f1cd58d2de3fd6cf.zip tcl-6e8b20f551e5ffc2fa7d28a3f1cd58d2de3fd6cf.tar.gz tcl-6e8b20f551e5ffc2fa7d28a3f1cd58d2de3fd6cf.tar.bz2 |
no functional changes (closed bracket in comment, lint concerns only)
-rw-r--r-- | tests/chanio.test | 2 | ||||
-rw-r--r-- | tests/io.test | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/chanio.test b/tests/chanio.test index 85d7c44..558ec10 100644 --- a/tests/chanio.test +++ b/tests/chanio.test @@ -2724,7 +2724,7 @@ test chan-io-29.31 {Tcl_WriteChars, background flush} -setup { set result ok } # allow a little time for the background process to chan close. - # otherwise, the following test fails on the [file delete $path(output) + # otherwise, the following test fails on the [file delete $path(output)] # on Windows because a process still has the file open. after 100 set v 1; vwait v return $result diff --git a/tests/io.test b/tests/io.test index 1b23534..458cc5d 100644 --- a/tests/io.test +++ b/tests/io.test @@ -2827,7 +2827,7 @@ test io-29.31 {Tcl_WriteChars, background flush} {stdio openpipe} { set result ok } # allow a little time for the background process to close. - # otherwise, the following test fails on the [file delete $path(output) + # otherwise, the following test fails on the [file delete $path(output)] # on Windows because a process still has the file open. after 100 set v 1; vwait v set result |