summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-06-13 07:23:08 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-06-13 07:23:08 (GMT)
commita831b299f7e16bcbdffc042f9a2060876e1f7e3f (patch)
treeace72ef1d0d8340ec6936c8cbbf7c2d00028408e /tests
parent169288808baa8f9a7b98f2af49f7a2b88433ec09 (diff)
parentb6b9185fa8560853c3272e09001cf73378139014 (diff)
downloadtcl-a831b299f7e16bcbdffc042f9a2060876e1f7e3f.zip
tcl-a831b299f7e16bcbdffc042f9a2060876e1f7e3f.tar.gz
tcl-a831b299f7e16bcbdffc042f9a2060876e1f7e3f.tar.bz2
Fix env.test when running mingw-w64 (AMD64 build) test-suite on wine64.
Fix some gcc warnings which become visible with -Wextra
Diffstat (limited to 'tests')
-rw-r--r--tests/env.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/env.test b/tests/env.test
index e75d517..fa76433 100644
--- a/tests/env.test
+++ b/tests/env.test
@@ -89,7 +89,7 @@ set printenvScript [makeFile {
SHLIB_PATH SYSTEMDRIVE SYSTEMROOT DYLD_LIBRARY_PATH DYLD_FRAMEWORK_PATH
DYLD_NEW_LOCAL_SHARED_REGIONS DYLD_NO_FIX_PREBINDING
__CF_USER_TEXT_ENCODING SECURITYSESSIONID LANG WINDIR TERM
- CommonProgramFiles ProgramFiles
+ CommonProgramFiles ProgramFiles CommonProgramW6432 ProgramW6432
} {
lrem names $name
}
@@ -121,7 +121,7 @@ foreach name [array names env] {
SYSTEMDRIVE SYSTEMROOT DYLD_LIBRARY_PATH DYLD_FRAMEWORK_PATH
DYLD_NEW_LOCAL_SHARED_REGIONS DYLD_NO_FIX_PREBINDING
SECURITYSESSIONID LANG WINDIR TERM
- CommonProgramFiles ProgramFiles
+ CONNOMPROGRAMFILES PROGRAMFILES COMMONPROGRAMW6432 PROGRAMW6432
}} {
unset env($name)
}