diff options
author | vincentdarley <vincentdarley> | 2006-03-15 23:10:07 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2006-03-15 23:10:07 (GMT) |
commit | 836e0f347fa1c6847e08d149f0637c308259998f (patch) | |
tree | 5d20d3e80bb0dfa6ceb841a1815218497b364605 /tests/fCmd.test | |
parent | 95d6d3209ea45477edc4ef7aa8020e34d6caa655 (diff) | |
download | tcl-836e0f347fa1c6847e08d149f0637c308259998f.zip tcl-836e0f347fa1c6847e08d149f0637c308259998f.tar.gz tcl-836e0f347fa1c6847e08d149f0637c308259998f.tar.bz2 |
add proper test constraints
Diffstat (limited to 'tests/fCmd.test')
-rw-r--r-- | tests/fCmd.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/fCmd.test b/tests/fCmd.test index 4e3b66a..64ff595 100644 --- a/tests/fCmd.test +++ b/tests/fCmd.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: fCmd.test,v 1.49 2006/03/14 19:34:28 vincentdarley Exp $ +# RCS: @(#) $Id: fCmd.test,v 1.50 2006/03/15 23:10:09 vincentdarley Exp $ # if {[lsearch [namespace children] ::tcltest] == -1} { @@ -912,7 +912,7 @@ test fCmd-10.3 {file copy: comprehensive: dir to new name} {notRoot unixOrPc 95o testchmod 755 td4 set msg } [subst {{td1 td2 td3 td4} [file join td3 tdx] [file join td4 tdy] 1 0}] -test fCmd-10.3.1 {file copy: comprehensive: dir to new name} {notRoot unixOrPc 2000orNewer testchmod} { +test fCmd-10.3.1 {file copy: comprehensive: dir to new name} {notRoot pc 2000orNewer testchmod} { # On Windows with ACLs, copying a directory is defined like this cleanup file mkdir [file join td1 tdx] @@ -1008,7 +1008,7 @@ test fCmd-10.8 {file rename: comprehensive: dir to new name and dir} \ [file writable [file join td3 td3]] [file writable [file join td3 td4]] } [subst {{td1 td2 td3} {[file join td3 td3] [file join td3 td4]} 1 0}] test fCmd-10.8.1 {file rename: comprehensive: dir to new name and dir} \ - {notRoot unixOrPc 2000orNewer testchmod} { + {notRoot pc 2000orNewer testchmod} { # On Windows with ACLs, copying a directory is defined like this cleanup file mkdir td1 |