summaryrefslogtreecommitdiffstats
path: root/tests/msgcat.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2016-11-04 11:38:09 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2016-11-04 11:38:09 (GMT)
commit274f081025d8d5f249ccc44025944919f4190933 (patch)
tree722adc5a7c81396cdd5aaff3f6aa12d2086cac74 /tests/msgcat.test
parentfba10e86152fd2c3599b2836ee42a82e7501260a (diff)
parent76ed3d5b55523e5ad81903f37607050fb37490f9 (diff)
downloadtcl-274f081025d8d5f249ccc44025944919f4190933.zip
tcl-274f081025d8d5f249ccc44025944919f4190933.tar.gz
tcl-274f081025d8d5f249ccc44025944919f4190933.tar.bz2
Make packages msgcat and tcltest work unmodified in "novem". Make more test-cases work unmodified in "novem".
Diffstat (limited to 'tests/msgcat.test')
-rw-r--r--tests/msgcat.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/msgcat.test b/tests/msgcat.test
index e69220e..1c3ce58 100644
--- a/tests/msgcat.test
+++ b/tests/msgcat.test
@@ -12,7 +12,7 @@
# Note that after running these tests, entries will be left behind in the
# message catalogs for locales foo, foo_BAR, and foo_BAR_baz.
-package require Tcl 8.5
+package require Tcl 8.5-
if {[catch {package require tcltest 2}]} {
puts stderr "Skipping tests in [info script]. tcltest 2 required."
return