summaryrefslogtreecommitdiffstats
path: root/tests/registry.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-07-30 11:42:26 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-07-30 11:42:26 (GMT)
commit6f401c3e624c251bbe6f116a38dc1ac035318c29 (patch)
tree08e02dbbddc23846aa5be3fe6762094338d356cb /tests/registry.test
parent4409afbad7d1d65061c9ae270c3cd589c7230ebb (diff)
downloadtcl-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.test2
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
}