diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-06-04 15:15:17 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-06-04 15:15:17 (GMT) |
commit | efa3f20107fd11d11b28c05948305af61885a33d (patch) | |
tree | 1ea01a2eecb8cc011121396613f75965a000dff3 /tests/io.test | |
parent | 654d14d706b3f2d084823945876a3df8f2de0abd (diff) | |
parent | ee793dfa1eadb249a50933784a47bacc5d63ca14 (diff) | |
download | tcl-efa3f20107fd11d11b28c05948305af61885a33d.zip tcl-efa3f20107fd11d11b28c05948305af61885a33d.tar.gz tcl-efa3f20107fd11d11b28c05948305af61885a33d.tar.bz2 |
Merge 8.7. Use more TCL_INDEX_NONE in documentation/headers/code.
Diffstat (limited to 'tests/io.test')
-rw-r--r-- | tests/io.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/io.test b/tests/io.test index 73481ca..592f09f 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 |