diff options
author | dgp <dgp@users.sourceforge.net> | 2014-03-27 21:35:57 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2014-03-27 21:35:57 (GMT) |
commit | 2a5a3323cb1ca687feb5548200410385661b35e9 (patch) | |
tree | 73af2feeab227e512482b284755dd230c7902110 /tests/ioCmd.test | |
parent | 6ac66b5476ec23884fe563774356fe0f468e0315 (diff) | |
download | tcl-2a5a3323cb1ca687feb5548200410385661b35e9.zip tcl-2a5a3323cb1ca687feb5548200410385661b35e9.tar.gz tcl-2a5a3323cb1ca687feb5548200410385661b35e9.tar.bz2 |
Minimal patch to fix iocmd-23.11. Might not be the best fix, but is *a* fix.
Diffstat (limited to 'tests/ioCmd.test')
-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 262be9b..bdf0fb3 100644 --- a/tests/ioCmd.test +++ b/tests/ioCmd.test @@ -1024,10 +1024,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 |