summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2014-07-10 18:00:42 (GMT)
committerdgp <dgp@users.sourceforge.net>2014-07-10 18:00:42 (GMT)
commit8f7dce1bcda533fc3f4cc6aecee46e7ab6a4a7b3 (patch)
treee99da05c2626fd7bf32f879a3997fa4f2a31c7dc
parent5c5fdd7d09e5473a987675963b90be7066a72247 (diff)
downloadtcl-8f7dce1bcda533fc3f4cc6aecee46e7ab6a4a7b3.zip
tcl-8f7dce1bcda533fc3f4cc6aecee46e7ab6a4a7b3.tar.gz
tcl-8f7dce1bcda533fc3f4cc6aecee46e7ab6a4a7b3.tar.bz2
dup test name
-rw-r--r--tests/io.test2
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}