diff options
author | dgp <dgp@users.sourceforge.net> | 2006-03-21 14:33:24 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-03-21 14:33:24 (GMT) |
commit | 23e5d89c12b70a73fd78d33855ca21c466b183f1 (patch) | |
tree | 6ada36a598ef741aec92870dd4e908f133f89ce9 /tests/env.test | |
parent | 86ca5531ac0818f99726ba9ad478e277cd5d6e94 (diff) | |
download | tcl-23e5d89c12b70a73fd78d33855ca21c466b183f1.zip tcl-23e5d89c12b70a73fd78d33855ca21c466b183f1.tar.gz tcl-23e5d89c12b70a73fd78d33855ca21c466b183f1.tar.bz2 |
revert broken commit
Diffstat (limited to 'tests/env.test')
-rw-r--r-- | tests/env.test | 4 |
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 |