summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2014-07-10 18:02:45 (GMT)
committerdgp <dgp@users.sourceforge.net>2014-07-10 18:02:45 (GMT)
commitc237b90e205167ed341504f3946b388d23ded2c3 (patch)
tree77f08b6fc36348450fb78006787bf3fc2463f50d /tests
parentb7bbd160ec1577a4212fc261c1de5489dff65596 (diff)
parent8f7dce1bcda533fc3f4cc6aecee46e7ab6a4a7b3 (diff)
downloadtcl-c237b90e205167ed341504f3946b388d23ded2c3.zip
tcl-c237b90e205167ed341504f3946b388d23ded2c3.tar.gz
tcl-c237b90e205167ed341504f3946b388d23ded2c3.tar.bz2
dup test name
Diffstat (limited to 'tests')
-rw-r--r--tests/io.test2
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}