diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-11-04 11:38:09 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-11-04 11:38:09 (GMT) |
commit | 179ed8faa4d8ab47fdb8ae6701308b73f8ce440b (patch) | |
tree | 722adc5a7c81396cdd5aaff3f6aa12d2086cac74 /tests/safe.test | |
parent | 2ed49a3c8102564e96352e3b8cc77f234adcae6e (diff) | |
parent | 0f21498784cb704ce6098fcc71b786e422fb2b8d (diff) | |
download | tcl-179ed8faa4d8ab47fdb8ae6701308b73f8ce440b.zip tcl-179ed8faa4d8ab47fdb8ae6701308b73f8ce440b.tar.gz tcl-179ed8faa4d8ab47fdb8ae6701308b73f8ce440b.tar.bz2 |
Make packages msgcat and tcltest work unmodified in "novem". Make more test-cases work unmodified in "novem".
Diffstat (limited to 'tests/safe.test')
-rw-r--r-- | tests/safe.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/safe.test b/tests/safe.test index 6c9c6c9..e43ce12 100644 --- a/tests/safe.test +++ b/tests/safe.test @@ -10,7 +10,7 @@ # See the file "license.terms" for information on usage and redistribution of # this file, and for a DISCLAIMER OF ALL WARRANTIES. -package require Tcl 8.5 +package require Tcl 8.5- if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest 2 |