summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2012-09-13 14:08:13 (GMT)
committerdgp <dgp@users.sourceforge.net>2012-09-13 14:08:13 (GMT)
commitbec5db4b0d720bbaa687c1e57e85f16fa9f73f75 (patch)
tree31137c57822d252608bd7a51a5e463dbed2ede60
parent1e083956eafa3922c647e5bf6aebc575c750f90a (diff)
parent9eb8788318b3bffcc336130548ecb87910a5d90c (diff)
downloadtcl-bec5db4b0d720bbaa687c1e57e85f16fa9f73f75.zip
tcl-bec5db4b0d720bbaa687c1e57e85f16fa9f73f75.tar.gz
tcl-bec5db4b0d720bbaa687c1e57e85f16fa9f73f75.tar.bz2
merge trunk
-rw-r--r--tests/msgcat.test7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/msgcat.test b/tests/msgcat.test
index d75bf8e..0edb1d2 100644
--- a/tests/msgcat.test
+++ b/tests/msgcat.test
@@ -56,6 +56,13 @@ namespace eval ::msgcat::test {
set result [string tolower \
[msgcat::ConvertLocale $::tcl::mac::locale]]
} else {
+ if {([info sharedlibextension] == ".dll")
+ && ![catch {package require registry}]} {
+ # Windows and Cygwin have other ways to determine the
+ # locale when the environment variables are missing
+ # and the registry package is present
+ continue
+ }
set result c
}
}