diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-02-14 12:11:55 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-02-14 12:11:55 (GMT) |
commit | bccae36a357814eb079892bd1b48273df4e829b1 (patch) | |
tree | e8bf5eb5e9c8ffc6245d70e409d8956aa2cdc994 /tests | |
parent | b7c77d16c04f4103a7a932fd3a2adc8380754341 (diff) | |
parent | dc0e05561894f15a75d274d8868bc4405d4b206b (diff) | |
download | tcl-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.test | 4 |
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 } |