summaryrefslogtreecommitdiffstats
path: root/tests/io.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-11-16 09:38:38 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-11-16 09:38:38 (GMT)
commit1e8c676e12346c0db746226bcf3be0d74db2b967 (patch)
treef5178a08f3040930da582e9e5c8b422435e66b50 /tests/io.test
parent7a8cfcd9961d421efa1d708d250e0d981d0e8005 (diff)
downloadtcl-1e8c676e12346c0db746226bcf3be0d74db2b967.zip
tcl-1e8c676e12346c0db746226bcf3be0d74db2b967.tar.gz
tcl-1e8c676e12346c0db746226bcf3be0d74db2b967.tar.bz2
Let all test-cases which require Thread, at least require Thread 2.7
Diffstat (limited to 'tests/io.test')
-rw-r--r--tests/io.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/io.test b/tests/io.test
index 9621138..0688c14 100644
--- a/tests/io.test
+++ b/tests/io.test
@@ -41,7 +41,7 @@ testConstraint fcopy [llength [info commands fcopy]]
testConstraint testfevent [llength [info commands testfevent]]
testConstraint testchannelevent [llength [info commands testchannelevent]]
testConstraint testmainthread [llength [info commands testmainthread]]
-testConstraint thread [expr {0 == [catch {package require Thread 2.6}]}]
+testConstraint thread [expr {0 == [catch {package require Thread 2.7-}]}]
# You need a *very* special environment to do some tests. In
# particular, many file systems do not support large-files...