diff options
author | ferrieux <ferrieux@users.sourceforge.net> | 2012-04-30 09:15:34 (GMT) |
---|---|---|
committer | ferrieux <ferrieux@users.sourceforge.net> | 2012-04-30 09:15:34 (GMT) |
commit | fad99269f87eab4346bbbd03cc025d5be45477e0 (patch) | |
tree | 7e0e95ff7c77e813dc152ca2485d720d1c691261 /tests/io.test | |
parent | de483b8c49b27e21b098b6831dd0f1c2af7d6fef (diff) | |
download | tcl-fad99269f87eab4346bbbd03cc025d5be45477e0.zip tcl-fad99269f87eab4346bbbd03cc025d5be45477e0.tar.gz tcl-fad99269f87eab4346bbbd03cc025d5be45477e0.tar.bz2 |
Mention compatibility matters in Changelog. Make test insensitive to ambient compat flag.
Diffstat (limited to 'tests/io.test')
-rw-r--r-- | tests/io.test | 1 |
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 |