diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-09-10 13:30:21 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-09-10 13:30:21 (GMT) |
commit | 76801530639bfebb39fab98219ead45ee7957a75 (patch) | |
tree | 08a4ef8751ca07adb11e3df0d68b10fe29812994 /tests/io.test | |
parent | 6a8c97bdf8f14ed848fdb877b3dad50ae36983d8 (diff) | |
parent | 62fea308478c8fb3e38594793d72d6dbd9569d19 (diff) | |
download | tcl-76801530639bfebb39fab98219ead45ee7957a75.zip tcl-76801530639bfebb39fab98219ead45ee7957a75.tar.gz tcl-76801530639bfebb39fab98219ead45ee7957a75.tar.bz2 |
Merge 8.6
Diffstat (limited to 'tests/io.test')
-rw-r--r-- | tests/io.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/io.test b/tests/io.test index d4f010a..9bd87ef 100644 --- a/tests/io.test +++ b/tests/io.test @@ -2212,7 +2212,7 @@ test io-27.4 {FlushChannel, implicit flush when buffer fills} { set l } {0 60 72} test io-27.5 {FlushChannel, implicit flush when buffer fills and on close} \ - {unixOrPc} { + {unixOrWin} { file delete $path(test1) set f [open $path(test1) w] fconfigure $f -translation lf -buffersize 60 -eofchar {} @@ -8293,7 +8293,7 @@ test io-57.2 {buffered data and file events, read} {fileevent} { set result } {1 readable 234567890 timer} -test io-58.1 {Tcl_NotifyChannel and error when closing} {stdio unixOrPc openpipe fileevent} { +test io-58.1 {Tcl_NotifyChannel and error when closing} {stdio unixOrWin openpipe fileevent} { set out [open $path(script) w] puts $out { puts "normal message from pipe" |