diff options
author | hershey <hershey> | 1999-04-07 02:46:18 (GMT) |
---|---|---|
committer | hershey <hershey> | 1999-04-07 02:46:18 (GMT) |
commit | 660ba58788b3a1a68d0ae2eb7b2ae77fabde355b (patch) | |
tree | 52f65080513386dea317ee3a3c0faf692aeb55fb | |
parent | 142f3159bb2fd9a5dfe2e475299afed628b933ab (diff) | |
download | tcl-660ba58788b3a1a68d0ae2eb7b2ae77fabde355b.zip tcl-660ba58788b3a1a68d0ae2eb7b2ae77fabde355b.tar.gz tcl-660ba58788b3a1a68d0ae2eb7b2ae77fabde355b.tar.bz2 |
changed nonexistent winOnly constraint to ill-named pcOnly constraint.
-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 c8bddac..ba1903a 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.1.2.8 1999/04/06 20:39:35 surles Exp $ +# RCS: @(#) $Id: env.test,v 1.1.2.9 1999/04/07 02:46:18 hershey Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { source [file join [pwd] [file dirname [info script]] defs.tcl] @@ -228,7 +228,7 @@ test env-5.4 {corner cases - unset the env array} {knownBug} { interp delete i set result } {1 a 1} -test env-5.5 {corner cases - cannot have null entries on Windows} {winOnly} { +test env-5.5 {corner cases - cannot have null entries on Windows} {pcOnly} { set env() a catch {set env()} } {1} |