summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorferrieux <ferrieux@users.sourceforge.net>2012-04-30 09:15:34 (GMT)
committerferrieux <ferrieux@users.sourceforge.net>2012-04-30 09:15:34 (GMT)
commit4fe66ccda0979071b4d247a7e1bfb7d8425afd65 (patch)
tree7e0e95ff7c77e813dc152ca2485d720d1c691261 /tests
parent4afd3525b5e7ea01272b07281dd65833bdb885d7 (diff)
downloadtcl-4fe66ccda0979071b4d247a7e1bfb7d8425afd65.zip
tcl-4fe66ccda0979071b4d247a7e1bfb7d8425afd65.tar.gz
tcl-4fe66ccda0979071b4d247a7e1bfb7d8425afd65.tar.bz2
Mention compatibility matters in Changelog. Make test insensitive to ambient compat flag.
Diffstat (limited to 'tests')
-rw-r--r--tests/io.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/io.test b/tests/io.test
index 74a246c..e6cea16 100644
--- a/tests/io.test
+++ b/tests/io.test
@@ -2750,6 +2750,7 @@ test io-29.33b {TIP#398, no implicit flush of nonblocking on exit} {exec} {
close $f
set t1 [clock seconds]
set ff [open "|[list [interpreter] $path(script2)]" w]
+ catch {unset ::env(TCL_FLUSH_NONBLOCKING_ON_EXIT)}
exec [interpreter] $path(script) >@ $ff
set t2 [clock seconds]
close $ff