diff options
author | dgp <dgp@users.sourceforge.net> | 2011-07-07 17:41:00 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2011-07-07 17:41:00 (GMT) |
commit | f3126d6258f2f5d12a84332b79d1f183778e0fc0 (patch) | |
tree | 0b722edb6a44365e345ca1195aab3c5c6779d202 /tests/chanio.test | |
parent | d655e0866270a535855a94980a08d087e0b9f9ab (diff) | |
download | tcl-f3126d6258f2f5d12a84332b79d1f183778e0fc0.zip tcl-f3126d6258f2f5d12a84332b79d1f183778e0fc0.tar.gz tcl-f3126d6258f2f5d12a84332b79d1f183778e0fc0.tar.bz2 |
Correct test suite errors revealed by a -singleproc 1 -debug 1 run.
Diffstat (limited to 'tests/chanio.test')
-rw-r--r-- | tests/chanio.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/chanio.test b/tests/chanio.test index 4f44d3f..5569385 100644 --- a/tests/chanio.test +++ b/tests/chanio.test @@ -7720,7 +7720,7 @@ test chan-io-73.1 {channel Tcl_Obj SetChannelFromAny} -body { # cleanup foreach file [list fooBar longfile script output test1 pipe my_script \ - test2 test3 cat stdout kyrillic.txt utf8-fcopy.txt utf8-rp.txt] { + test2 test3 cat kyrillic.txt utf8-fcopy.txt utf8-rp.txt] { removeFile $file } cleanupTests |