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 | 8f7dce1bcda533fc3f4cc6aecee46e7ab6a4a7b3 (patch) | |
tree | e99da05c2626fd7bf32f879a3997fa4f2a31c7dc /tests/io.test | |
parent | 5c5fdd7d09e5473a987675963b90be7066a72247 (diff) | |
download | tcl-8f7dce1bcda533fc3f4cc6aecee46e7ab6a4a7b3.zip tcl-8f7dce1bcda533fc3f4cc6aecee46e7ab6a4a7b3.tar.gz tcl-8f7dce1bcda533fc3f4cc6aecee46e7ab6a4a7b3.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} |