summaryrefslogtreecommitdiffstats
path: root/tests/chanio.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-09-10 12:05:54 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-09-10 12:05:54 (GMT)
commit4d51f6b054999c72115751f3895158195e42b40d (patch)
treed6ef5c56a014beb37d986cc60a79261dedc48f0e /tests/chanio.test
parent4dc0eb331451143f9fac2621140d60c8073eb21d (diff)
downloadtcl-4d51f6b054999c72115751f3895158195e42b40d.zip
tcl-4d51f6b054999c72115751f3895158195e42b40d.tar.gz
tcl-4d51f6b054999c72115751f3895158195e42b40d.tar.bz2
Don't use constraints like unixOrPc anymore, use unixOrWin (for example)
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 5d47e0b..a18bbbe 100644
--- a/tests/chanio.test
+++ b/tests/chanio.test
@@ -2069,7 +2069,7 @@ test chan-io-27.4 {FlushChannel, implicit flush when buffer fills} {
set l
} {0 60 72}
test chan-io-27.5 {FlushChannel, implicit flush when buffer fills and on chan close} \
- {unixOrPc} {
+ {unixOrWin} {
file delete $path(test1)
set f [open $path(test1) w]
chan configure $f -translation lf -buffersize 60 -eofchar {}
@@ -7339,7 +7339,7 @@ test chan-io-57.2 {buffered data and file events, read} {fileevent} {
set 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"