diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | tests/fCmd.test | 4 |
2 files changed, 8 insertions, 2 deletions
@@ -1,3 +1,9 @@ +2003-12-16 Vince Darley <vincentdarley@users.sourceforge.net> + + * tests/fCmd.test: marking fCmd-9.14.2, as nonPortable, since + on Solaris one can change the name of the current directory + with 'file rename'. + 2003-12-16 Donal K. Fellows <donal.k.fellows@man.ac.uk> * generic/tclThreadAlloc.c (binfo): Made variable file-local. 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] |