diff options
author | dgp <dgp@users.sourceforge.net> | 2014-03-28 20:29:03 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2014-03-28 20:29:03 (GMT) |
commit | 8655555eb47137bde7b3feeba1ea7b0913168943 (patch) | |
tree | 1d21904caed29ddac825462a068c419804460557 /tests | |
parent | 2d315899eb5f0ed08932292cfd68803fcb7429f3 (diff) | |
parent | 2a5a3323cb1ca687feb5548200410385661b35e9 (diff) | |
download | tcl-8655555eb47137bde7b3feeba1ea7b0913168943.zip tcl-8655555eb47137bde7b3feeba1ea7b0913168943.tar.gz tcl-8655555eb47137bde7b3feeba1ea7b0913168943.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')
-rw-r--r-- | tests/ioCmd.test | 3 |
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 |