diff options
author | dgp <dgp@users.sourceforge.net> | 2022-10-28 17:50:50 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2022-10-28 17:50:50 (GMT) |
commit | f27f0773c49d7e8ebf1d5f69d16bcb80906c659d (patch) | |
tree | dc8ba65ef301a1114da755533c567e627683e082 /tests/chanio.test | |
parent | 6ea01131274da9d80e673bff448649b48f84cba3 (diff) | |
download | tcl-f27f0773c49d7e8ebf1d5f69d16bcb80906c659d.zip tcl-f27f0773c49d7e8ebf1d5f69d16bcb80906c659d.tar.gz tcl-f27f0773c49d7e8ebf1d5f69d16bcb80906c659d.tar.bz2 |
Update test result
Diffstat (limited to 'tests/chanio.test')
-rw-r--r-- | tests/chanio.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/chanio.test b/tests/chanio.test index 91cfcd4..41c0ef7 100644 --- a/tests/chanio.test +++ b/tests/chanio.test @@ -5294,7 +5294,7 @@ test chan-io-39.22 {Tcl_SetChannelOption, invariance} -setup { lappend l [chan configure $f1 -eofchar] } -cleanup { chan close $f1 -} -result {{{}} O D} +} -result {{} O D} test chan-io-39.22a {Tcl_SetChannelOption, invariance} -setup { file delete $path(test1) set l [list] |