summaryrefslogtreecommitdiffstats
path: root/tests/chanio.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-06-19 23:32:03 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-06-19 23:32:03 (GMT)
commitee4adbec91804f1019ce381319c4e336e450d03b (patch)
treecdbe68a5f9cc4d7fd2e9e29150d83ee0312e2c39 /tests/chanio.test
parenteff036def9169a094533c7c709035a05b0b6f258 (diff)
downloadtcl-ee4adbec91804f1019ce381319c4e336e450d03b.zip
tcl-ee4adbec91804f1019ce381319c4e336e450d03b.tar.gz
tcl-ee4adbec91804f1019ce381319c4e336e450d03b.tar.bz2
Assume chan-io-41.6 and chan-io-41.8 are UNIX-only. See [9be2726881c41893], those are failing on Windows now
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 4e911f9..e8bcc5e 100644
--- a/tests/chanio.test
+++ b/tests/chanio.test
@@ -5511,7 +5511,7 @@ test chan-io-41.5 {Tcl_FileeventCmd: errors} -constraints fileevent -body {
} -returnCodes error -result {bad event name "who-knows": must be readable or writable}
-test chan-io-41.6 {Tcl_FileeventCmd: directory} -constraints fileevent -setup {
+test chan-io-41.6 {Tcl_FileeventCmd: directory} -constraints {fileevent unix} -setup {
set tempdir [::tcltests::tempdir]
} -body {
set chan [open $tempdir]
@@ -5546,7 +5546,7 @@ test chan-io-41.7 {Tcl_FileeventCmd: special} -constraints {
} -result 1
-test chan-io-41.8 {Tcl_FileeventCmd: symbolic link} -constraints fileevent -setup {
+test chan-io-41.8 {Tcl_FileeventCmd: symbolic link} -constraints {fileevent unix} -setup {
set tempdir [::tcltests::tempdir]
} -body {
set target [makeFile {not again} thefile $tempdir]