diff options
author | dgp <dgp@users.sourceforge.net> | 2014-07-10 18:00:42 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2014-07-10 18:00:42 (GMT) |
commit | 8fd7a480121db00d224778ec4bcb923e41775f43 (patch) | |
tree | e99da05c2626fd7bf32f879a3997fa4f2a31c7dc /tests/io.test | |
parent | b81d871afb75e89084b40119c3668bf010d43786 (diff) | |
download | tcl-8fd7a480121db00d224778ec4bcb923e41775f43.zip tcl-8fd7a480121db00d224778ec4bcb923e41775f43.tar.gz tcl-8fd7a480121db00d224778ec4bcb923e41775f43.tar.bz2 |
dup test name
Diffstat (limited to 'tests/io.test')
-rw-r--r-- | tests/io.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/io.test b/tests/io.test index c1938a1..925f8c6 100644 --- a/tests/io.test +++ b/tests/io.test @@ -4052,7 +4052,7 @@ test io-32.11.1 {Tcl_Read from a pipe} {stdio openpipe} { } {{hello } {hello }} -test io-32.11.1 {Tcl_Read from a pipe} {stdio openpipe} { +test io-32.11.2 {Tcl_Read from a pipe} {stdio openpipe} { file delete $path(pipe) set f1 [open $path(pipe) w] puts $f1 {chan configure stdout -translation crlf} |