summaryrefslogtreecommitdiffstats
path: root/tests/io.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2014-05-24 19:56:37 (GMT)
committerdgp <dgp@users.sourceforge.net>2014-05-24 19:56:37 (GMT)
commit7e7fc66d0c49405ff64c193170207ba58c33301f (patch)
tree59db631433da314db3e90fdf901839b051bb20d7 /tests/io.test
parent34af92d1f5c5a77bb1ccb4bbd0658ab48805056d (diff)
downloadtcl-7e7fc66d0c49405ff64c193170207ba58c33301f.zip
tcl-7e7fc66d0c49405ff64c193170207ba58c33301f.tar.gz
tcl-7e7fc66d0c49405ff64c193170207ba58c33301f.tar.bz2
Comment out lines of test io-53.4 that appear to do nothing of any value.
Diffstat (limited to 'tests/io.test')
-rw-r--r--tests/io.test10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/io.test b/tests/io.test
index a2e2397..c7da8e6 100644
--- a/tests/io.test
+++ b/tests/io.test
@@ -7120,17 +7120,17 @@ test io-53.4 {CopyData: background write overflow} {stdio unix openpipe fileeven
for {set x 0} {$x < 12} {incr x} {
append big $big
}
- file delete $path(test1)
+# file delete $path(test1)
file delete $path(pipe)
set f1 [open $path(pipe) w]
puts $f1 {
puts ready
fcopy stdin stdout -command { set x }
vwait x
- set f [open $path(test1) w]
- fconfigure $f -translation lf
- puts $f "done"
- close $f
+# set f [open $path(test1) w]
+# fconfigure $f -translation lf
+# puts $f "done"
+# close $f
}
close $f1
set f1 [open "|[list [interpreter] $path(pipe)]" r+]