summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-02-14 12:11:55 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-02-14 12:11:55 (GMT)
commitbccae36a357814eb079892bd1b48273df4e829b1 (patch)
treee8bf5eb5e9c8ffc6245d70e409d8956aa2cdc994 /tests
parentb7c77d16c04f4103a7a932fd3a2adc8380754341 (diff)
parentdc0e05561894f15a75d274d8868bc4405d4b206b (diff)
downloadtcl-bccae36a357814eb079892bd1b48273df4e829b1.zip
tcl-bccae36a357814eb079892bd1b48273df4e829b1.tar.gz
tcl-bccae36a357814eb079892bd1b48273df4e829b1.tar.bz2
[Bug 3604576]: msgcat-1.5.0.tm error on windows XP
Diffstat (limited to 'tests')
-rw-r--r--tests/msgcat.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/msgcat.test b/tests/msgcat.test
index 70a7af2..050b592 100644
--- a/tests/msgcat.test
+++ b/tests/msgcat.test
@@ -17,8 +17,8 @@ if {[catch {package require tcltest 2}]} {
puts stderr "Skipping tests in [info script]. tcltest 2 required."
return
}
-if {[catch {package require msgcat 1.5.0}]} {
- puts stderr "Skipping tests in [info script]. No msgcat 1.5.0 found to test."
+if {[catch {package require msgcat 1.5}]} {
+ puts stderr "Skipping tests in [info script]. No msgcat 1.5 found to test."
return
}