diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-06-19 23:32:03 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-06-19 23:32:03 (GMT) |
commit | ee4adbec91804f1019ce381319c4e336e450d03b (patch) | |
tree | cdbe68a5f9cc4d7fd2e9e29150d83ee0312e2c39 /tests/chanio.test | |
parent | eff036def9169a094533c7c709035a05b0b6f258 (diff) | |
download | tcl-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.test | 4 |
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] |