summaryrefslogtreecommitdiffstats
path: root/tests/chanio.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-09-10 12:42:19 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-09-10 12:42:19 (GMT)
commit62fea308478c8fb3e38594793d72d6dbd9569d19 (patch)
tree86c66951abdb14f5a59bccbcee1dfc328d6de24f /tests/chanio.test
parentb69bf6e78ac2d6acfc2aa53956acc3e7dbe98e1c (diff)
parent4d51f6b054999c72115751f3895158195e42b40d (diff)
downloadtcl-62fea308478c8fb3e38594793d72d6dbd9569d19.zip
tcl-62fea308478c8fb3e38594793d72d6dbd9569d19.tar.gz
tcl-62fea308478c8fb3e38594793d72d6dbd9569d19.tar.bz2
Merge 8.5
Diffstat (limited to 'tests/chanio.test')
-rw-r--r--tests/chanio.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/chanio.test b/tests/chanio.test
index 43da3f3..db85b51 100644
--- a/tests/chanio.test
+++ b/tests/chanio.test
@@ -2025,7 +2025,7 @@ test chan-io-27.4 {FlushChannel, implicit flush when buffer fills} -setup {
test chan-io-27.5 {FlushChannel, implicit flush when buffer fills and on chan close} -setup {
file delete $path(test1)
set l ""
-} -constraints {unixOrPc} -body {
+} -constraints {unixOrWin} -body {
set f [open $path(test1) w]
chan configure $f -translation lf -buffersize 60 -eofchar {}
lappend l [file size $path(test1)]
@@ -7409,7 +7409,7 @@ test chan-io-57.2 {buffered data and file events, read} -setup {
chan close $server
} -result {1 readable 234567890 timer}
-test chan-io-58.1 {Tcl_NotifyChannel and error when closing} {stdio unixOrPc openpipe fileevent} {
+test chan-io-58.1 {Tcl_NotifyChannel and error when closing} {stdio unixOrWin openpipe fileevent} {
set out [open $path(script) w]
chan puts $out {
chan puts "normal message from pipe"