summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2012-09-13 14:08:13 (GMT)
committerdgp <dgp@noemail.net>2012-09-13 14:08:13 (GMT)
commit4f39a29aee037e7e99734e672f16b8a32cfc65b6 (patch)
tree31137c57822d252608bd7a51a5e463dbed2ede60
parent5337faabcbbefa6476fc8be1776593398f2db2cd (diff)
parenta0542406dfd69bfc47c968266195f738cf9d917f (diff)
downloadtcl-4f39a29aee037e7e99734e672f16b8a32cfc65b6.zip
tcl-4f39a29aee037e7e99734e672f16b8a32cfc65b6.tar.gz
tcl-4f39a29aee037e7e99734e672f16b8a32cfc65b6.tar.bz2
merge trunk
FossilOrigin-Name: e5ba23a0a10886b91257f7d2a63e104b9b288027
-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
}
}