diff options
author | dgp <dgp@users.sourceforge.net> | 2014-07-10 18:02:45 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2014-07-10 18:02:45 (GMT) |
commit | c237b90e205167ed341504f3946b388d23ded2c3 (patch) | |
tree | 77f08b6fc36348450fb78006787bf3fc2463f50d | |
parent | b7bbd160ec1577a4212fc261c1de5489dff65596 (diff) | |
parent | 8f7dce1bcda533fc3f4cc6aecee46e7ab6a4a7b3 (diff) | |
download | tcl-c237b90e205167ed341504f3946b388d23ded2c3.zip tcl-c237b90e205167ed341504f3946b388d23ded2c3.tar.gz tcl-c237b90e205167ed341504f3946b388d23ded2c3.tar.bz2 |
dup test name
-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 c3aaa86..a7a666a 100644 --- a/tests/io.test +++ b/tests/io.test @@ -4076,7 +4076,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} |