diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-10-31 17:38:24 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-10-31 17:38:24 (GMT) |
commit | 933f91c67fcd17cd38b48d5443f47bbb5be1116b (patch) | |
tree | 5007a497b67b4c904e91c8ca6a0a35f4ce3f8c62 /tests | |
parent | d4de38cc67e8a8fd31ca629bd60fe48188d14fa7 (diff) | |
download | tcl-933f91c67fcd17cd38b48d5443f47bbb5be1116b.zip tcl-933f91c67fcd17cd38b48d5443f47bbb5be1116b.tar.gz tcl-933f91c67fcd17cd38b48d5443f47bbb5be1116b.tar.bz2 |
Added constraint to test that won't ever work on Unix (no drive letters!)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/cmdAH.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/cmdAH.test b/tests/cmdAH.test index e7e77a4..68593d5 100644 --- a/tests/cmdAH.test +++ b/tests/cmdAH.test @@ -10,7 +10,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: cmdAH.test,v 1.46 2004/10/31 17:07:12 dkf Exp $ +# RCS: @(#) $Id: cmdAH.test,v 1.47 2004/10/31 17:38:24 dkf Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest 2.1 @@ -359,7 +359,7 @@ test cmdAH-8.44 {Tcl_FileObjCmd: dirname} testsetplatform { set result } {0 ~} test cmdAH-8.45 {Tcl_FileObjCmd: dirname} { - -constraints testsetplatform + -constraints {win testsetplatform} -match regexp -setup { set temp $::env(HOME) |