summaryrefslogtreecommitdiffstats
path: root/tests/socket.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/socket.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/socket.test')
-rw-r--r--tests/socket.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/socket.test b/tests/socket.test
index 9f1cc78..5542c09 100644
--- a/tests/socket.test
+++ b/tests/socket.test
@@ -64,7 +64,7 @@ package require tcltest 2
namespace import -force ::tcltest::*
# Some tests require the Thread package or exec command
-testConstraint thread [expr {0 == [catch {package require Thread 2.6.6}]}]
+testConstraint thread [expr {0 == [catch {package require Thread 2.7-}]}]
testConstraint exec [llength [info commands exec]]
# Produce a random port number in the Dynamic/Private range