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 | 06f376eefe2af7c3eb3f8131dacd6bc296a2fb71 (patch) | |
tree | 73af2feeab227e512482b284755dd230c7902110 /tests/ioCmd.test | |
parent | bb3eb0aaa60aba47a0e857fa2e34e5eb7ba8263f (diff) | |
download | tcl-06f376eefe2af7c3eb3f8131dacd6bc296a2fb71.zip tcl-06f376eefe2af7c3eb3f8131dacd6bc296a2fb71.tar.gz tcl-06f376eefe2af7c3eb3f8131dacd6bc296a2fb71.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 |