diff options
author | vincentdarley <vincentdarley> | 2003-12-16 15:26:43 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2003-12-16 15:26:43 (GMT) |
commit | 0ada13a026a2394847b38ec69d8dfc5c2d3f00c8 (patch) | |
tree | 91f5d10fd7115c3b82f09bde85aeb4d7cf1c879f /tests/fCmd.test | |
parent | 3933623394135029ff1d6e060fa065d75ff4a1b7 (diff) | |
download | tcl-0ada13a026a2394847b38ec69d8dfc5c2d3f00c8.zip tcl-0ada13a026a2394847b38ec69d8dfc5c2d3f00c8.tar.gz tcl-0ada13a026a2394847b38ec69d8dfc5c2d3f00c8.tar.bz2 |
marked test as nonPortable
Diffstat (limited to 'tests/fCmd.test')
-rw-r--r-- | tests/fCmd.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/fCmd.test b/tests/fCmd.test index a712df5..71a72cf 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.33 2003/11/14 20:44:46 dgp Exp $ +# RCS: @(#) $Id: fCmd.test,v 1.34 2003/12/16 15:26:44 vincentdarley Exp $ # if {[lsearch [namespace children] ::tcltest] == -1} { @@ -869,7 +869,7 @@ test fCmd-9.14.1 {file rename: comprehensive: dir into self} {notRoot} { file rename td1x td1 set msg "ok" } {ok} -test fCmd-9.14.2 {file rename: comprehensive: dir into self} {notRoot} { +test fCmd-9.14.2 {file rename: comprehensive: dir into self} {nonPortable notRoot} { cleanup file mkdir td1 set dir [pwd] |