summaryrefslogtreecommitdiffstats
path: root/tests/env.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-03-21 14:33:24 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-03-21 14:33:24 (GMT)
commit23e5d89c12b70a73fd78d33855ca21c466b183f1 (patch)
tree6ada36a598ef741aec92870dd4e908f133f89ce9 /tests/env.test
parent86ca5531ac0818f99726ba9ad478e277cd5d6e94 (diff)
downloadtcl-23e5d89c12b70a73fd78d33855ca21c466b183f1.zip
tcl-23e5d89c12b70a73fd78d33855ca21c466b183f1.tar.gz
tcl-23e5d89c12b70a73fd78d33855ca21c466b183f1.tar.bz2
revert broken commit
Diffstat (limited to 'tests/env.test')
-rw-r--r--tests/env.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/env.test b/tests/env.test
index 4005afb..293cd60 100644
--- a/tests/env.test
+++ b/tests/env.test
@@ -11,7 +11,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: env.test,v 1.24 2006/03/21 11:12:29 dkf Exp $
+# RCS: @(#) $Id: env.test,v 1.25 2006/03/21 14:33:24 dgp Exp $
if {[lsearch [namespace children] ::tcltest] == -1} {
package require tcltest 2
@@ -70,7 +70,7 @@ set printenvScript [makeFile {
}
set names [lsort [array names env]]
- if {[testConstraint win]} {
+ if {$tcl_platform(platform) == "windows"} {
lrem names HOME
lrem names COMSPEC
lrem names ComSpec