diff options
author | das <das@noemail.net> | 2008-06-12 09:46:51 (GMT) |
---|---|---|
committer | das <das@noemail.net> | 2008-06-12 09:46:51 (GMT) |
commit | 8ccfb1cb525c110bc5bd12d3b48abafa4350e586 (patch) | |
tree | 9c52aaaf8e6dcc40fa508d6c4abefbbaa315625e /tests/chanio.test | |
parent | ec68e0d0a1ed367df6ad371cc89d9df9645eb932 (diff) | |
download | tcl-8ccfb1cb525c110bc5bd12d3b48abafa4350e586.zip tcl-8ccfb1cb525c110bc5bd12d3b48abafa4350e586.tar.gz tcl-8ccfb1cb525c110bc5bd12d3b48abafa4350e586.tar.bz2 |
sync with 2008-05-26 io-53.9 change
FossilOrigin-Name: 78c5f73eb5bb75c05733e18c94f10b9ae386f301
Diffstat (limited to 'tests/chanio.test')
-rw-r--r-- | tests/chanio.test | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/chanio.test b/tests/chanio.test index 6e44c38..14a1554 100644 --- a/tests/chanio.test +++ b/tests/chanio.test @@ -13,7 +13,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: chanio.test,v 1.13 2008/05/23 21:00:45 andreas_kupries Exp $ +# RCS: @(#) $Id: chanio.test,v 1.14 2008/06/12 09:46:52 das Exp $ if {[catch {package require tcltest 2}]} { chan puts stderr "Skipping tests in [info script]. tcltest 2 required." @@ -7057,6 +7057,7 @@ test chan-io-53.9 {CopyData: -size and event interaction, Bug 780533} -setup { rename ::done {} after 1000; # Allow Windows time to figure out that the # process is gone + catch {close $out} catch {removeFile out} catch {removeFile err} catch {unset ::forever} |