diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-07-28 14:52:43 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-07-28 14:52:43 (GMT) |
commit | fac7c80aed10356b5116daca1d8b8a160aa1d18d (patch) | |
tree | 7c8d977863510bf506b626330a9aaf1f87a2daf5 /tests/clock.test | |
parent | 511869919b8096663ea9389b87afc807627fd9e4 (diff) | |
download | tcl-fac7c80aed10356b5116daca1d8b8a160aa1d18d.zip tcl-fac7c80aed10356b5116daca1d8b8a160aa1d18d.tar.gz tcl-fac7c80aed10356b5116daca1d8b8a160aa1d18d.tar.bz2 |
[Bug 3549770] Multiple test failures running tcltest outside build tree
Diffstat (limited to 'tests/clock.test')
-rw-r--r-- | tests/clock.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/clock.test b/tests/clock.test index 42675a5..5db6273 100644 --- a/tests/clock.test +++ b/tests/clock.test @@ -17,8 +17,8 @@ if {[lsearch [namespace children] ::tcltest] == -1} { } if {[testConstraint win]} { - if {[catch {package require registry 1.1}] - && [catch {load {} Registry}] + if {[catch {load {} Registry}] + && [catch {package require registry}] && [catch { ::tcltest::loadTestedCommands load $::reglib Registry |