diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-07-30 11:42:26 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-07-30 11:42:26 (GMT) |
commit | 6f401c3e624c251bbe6f116a38dc1ac035318c29 (patch) | |
tree | 08e02dbbddc23846aa5be3fe6762094338d356cb /tests/registry.test | |
parent | 4409afbad7d1d65061c9ae270c3cd589c7230ebb (diff) | |
download | tcl-6f401c3e624c251bbe6f116a38dc1ac035318c29.zip tcl-6f401c3e624c251bbe6f116a38dc1ac035318c29.tar.gz tcl-6f401c3e624c251bbe6f116a38dc1ac035318c29.tar.bz2 |
Fix various test when run outside of the build environment [3549770]
Diffstat (limited to 'tests/registry.test')
-rw-r--r-- | tests/registry.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/registry.test b/tests/registry.test index 7881e82..8f8aa98 100644 --- a/tests/registry.test +++ b/tests/registry.test @@ -19,7 +19,7 @@ testConstraint reg 0 if {[testConstraint win]} { if {![catch { ::tcltest::loadTestedCommands - package require registry + package require -exact registry 1.3.0 }]} { testConstraint reg 1 } |