diff options
author | dgp <dgp@users.sourceforge.net> | 2018-01-25 21:35:01 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2018-01-25 21:35:01 (GMT) |
commit | d20d1e603b71ac5bc0fb1074309917b60609e1b5 (patch) | |
tree | e9861767a67322f048c8d9fa8cbeb639a54f603b /tests/chanio.test | |
parent | 92aca935b38217e0b34c9fcc83d732eec5f1dd92 (diff) | |
parent | 19c01427417c7773a8809a3c9f0f681e751d583e (diff) | |
download | tcl-d20d1e603b71ac5bc0fb1074309917b60609e1b5.zip tcl-d20d1e603b71ac5bc0fb1074309917b60609e1b5.tar.gz tcl-d20d1e603b71ac5bc0fb1074309917b60609e1b5.tar.bz2 |
test suite debugging
Diffstat (limited to 'tests/chanio.test')
-rw-r--r-- | tests/chanio.test | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/chanio.test b/tests/chanio.test index 8c74566..92f1c03 100644 --- a/tests/chanio.test +++ b/tests/chanio.test @@ -5866,6 +5866,8 @@ test chan-io-47.6 {file events on shared files, deleting file events} -setup { testfevent delete chan close $f } -result {{script 1} {}} +unset path(foo) +removeFile foo set path(bar) [makeFile {} bar] @@ -5961,6 +5963,9 @@ test chan-io-48.3 {testing readability conditions} -setup { } -cleanup { chan close $f } -result {done {0 1 0 1 0 1 0 1 0 1 0 1 0 0}} +unset path(bar) +removeFile bar + test chan-io-48.4 {lf write, testing readability, ^Z termination, auto read mode} -setup { file delete $path(test1) set c 0 @@ -6790,8 +6795,6 @@ test chan-io-52.11 {TclCopyChannel & encodings} -setup { chan close $in chan close $out file size $path(kyrillic.txt) -} -cleanup { - file delete $path(utf8-fcopy.txt) } -result 3 test chan-io-53.1 {CopyData} -setup { |