summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsebres <sebres@users.sourceforge.net>2020-05-29 19:02:24 (GMT)
committersebres <sebres@users.sourceforge.net>2020-05-29 19:02:24 (GMT)
commit6e8b20f551e5ffc2fa7d28a3f1cd58d2de3fd6cf (patch)
treefbc1e9b3851395c17c087e2533ea71db7373f507
parentdf118049469eba4e68b43e2abf902284059c0d3f (diff)
downloadtcl-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.test2
-rw-r--r--tests/io.test2
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