diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-11-16 09:38:38 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-11-16 09:38:38 (GMT) |
commit | 1e8c676e12346c0db746226bcf3be0d74db2b967 (patch) | |
tree | f5178a08f3040930da582e9e5c8b422435e66b50 /tests/unixNotfy.test | |
parent | 7a8cfcd9961d421efa1d708d250e0d981d0e8005 (diff) | |
download | tcl-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/unixNotfy.test')
-rw-r--r-- | tests/unixNotfy.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unixNotfy.test b/tests/unixNotfy.test index 0646a3d..2f03529 100644 --- a/tests/unixNotfy.test +++ b/tests/unixNotfy.test @@ -17,7 +17,7 @@ if {[lsearch [namespace children] ::tcltest] == -1} { # When run in a Tk shell, these tests hang. testConstraint noTk [expr {0 != [catch {package present Tk}]}] -testConstraint thread [expr {0 == [catch {package require Thread 2.6}]}] +testConstraint thread [expr {0 == [catch {package require Thread 2.7-}]}] # Darwin always uses a threaded notifier testConstraint unthreaded [expr { ![::tcl::pkgconfig get threaded] |