summaryrefslogtreecommitdiffstats
path: root/tests/chanio.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-11-30 11:11:28 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-11-30 11:11:28 (GMT)
commit4d235898611fe66668632c48acbe44e9c86de509 (patch)
tree645d763018361e93343272d49054dac1e06c1ad4 /tests/chanio.test
parent5cb9dc5ddc24459e55fab2188d60c867755e6f40 (diff)
parenta7d6b92abf2f95c2c8478c3bd79ee9da76c6d717 (diff)
downloadtcl-4d235898611fe66668632c48acbe44e9c86de509.zip
tcl-4d235898611fe66668632c48acbe44e9c86de509.tar.gz
tcl-4d235898611fe66668632c48acbe44e9c86de509.tar.bz2
Merge 8.7. This also fixes [133456085a]
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 1d0b225..6cd3955 100644
--- a/tests/chanio.test
+++ b/tests/chanio.test
@@ -5285,7 +5285,7 @@ test chan-io-39.21 {Tcl_SetChannelOption, setting read mode independently} \
test chan-io-39.22 {Tcl_SetChannelOption, invariance} -setup {
file delete $path(test1)
set l ""
-} -constraints {unix deprecated} -body {
+} -constraints unix -body {
set f1 [open $path(test1) w+]
lappend l [chan configure $f1 -eofchar]
chan configure $f1 -eofchar {O {}}
@@ -5298,7 +5298,7 @@ test chan-io-39.22 {Tcl_SetChannelOption, invariance} -setup {
test chan-io-39.22a {Tcl_SetChannelOption, invariance} -setup {
file delete $path(test1)
set l [list]
-} -constraints deprecated -body {
+} -body {
set f1 [open $path(test1) w+]
chan configure $f1 -eofchar {O {}}
lappend l [chan configure $f1 -eofchar]