summaryrefslogtreecommitdiffstats
path: root/tests/ioCmd.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2014-03-28 20:29:03 (GMT)
committerdgp <dgp@users.sourceforge.net>2014-03-28 20:29:03 (GMT)
commitd3b630496048c958812ce8924b0b8cfc41557b39 (patch)
tree1d21904caed29ddac825462a068c419804460557 /tests/ioCmd.test
parente29ec23cfcb4b4a117052e22d9c8b4377c5acad1 (diff)
parent06f376eefe2af7c3eb3f8131dacd6bc296a2fb71 (diff)
downloadtcl-d3b630496048c958812ce8924b0b8cfc41557b39.zip
tcl-d3b630496048c958812ce8924b0b8cfc41557b39.tar.gz
tcl-d3b630496048c958812ce8924b0b8cfc41557b39.tar.bz2
Merge minimal fix for iocmd-23.11.
Note that top channel regeneration is removed, so that Preserve/Release call pairs are sure to operate on the same pointers. Other bug fixes may need to change that.
Diffstat (limited to 'tests/ioCmd.test')
-rw-r--r--tests/ioCmd.test3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/ioCmd.test b/tests/ioCmd.test
index e3776bf..a150d59 100644
--- a/tests/ioCmd.test
+++ b/tests/ioCmd.test
@@ -1062,10 +1062,9 @@ test iocmd-23.11 {chan read, close pulls the rug out} -match glob -body {
}
set c [chan create {r} foo]
note [read $c]
- close $c
rename foo {}
set res
-} -result {{read rc* 4096} {read rc* 4096} snarfsnarf}
+} -result {{read rc* 4096} {}}
# --- === *** ###########################
# method write