diff options
author | dgp <dgp@users.sourceforge.net> | 2005-01-04 17:05:23 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2005-01-04 17:05:23 (GMT) |
commit | fe45b2a86358226f096018ea4020d87e596136bd (patch) | |
tree | 8f37f7ebcf8be0f243d9581a889bb37e06688b0b | |
parent | 1051226a08fdb0eef19a9768cf53b7c66a54804b (diff) | |
download | tcl-fe45b2a86358226f096018ea4020d87e596136bd.zip tcl-fe45b2a86358226f096018ea4020d87e596136bd.tar.gz tcl-fe45b2a86358226f096018ea4020d87e596136bd.tar.bz2 |
* tests/fCmd.test (fCmd-18.10): Added notNetworkFilesystem constraint.
[Bug 456665]
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | tests/fCmd.test | 4 |
2 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2005-01-04 Don Porter <dgp@users.sourceforge.net> + + * tests/fCmd.test (fCmd-18.10): Added notNetworkFilesystem constraint. + [Bug 456665] + 2004-12-29 Jeff Hobbs <jeffh@ActiveState.com> * win/tcl.m4, win/configure: update MSVC CFLAGS_OPT to -O2, remove diff --git a/tests/fCmd.test b/tests/fCmd.test index 1c234b3..029c13f 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.44 2004/11/11 01:14:29 das Exp $ +# RCS: @(#) $Id: fCmd.test,v 1.45 2005/01/04 17:05:28 dgp Exp $ # if {[lsearch [namespace children] ::tcltest] == -1} { @@ -1635,7 +1635,7 @@ test fCmd-18.9 {TclFileRenameCmd: rename dir on top of a non-empty dir w/o -forc set result } {1} test fCmd-18.10 {TclFileRenameCmd: rename dir on top of a non-empty dir w/ -force} \ - {notRoot} { + {notRoot notNetworkFilesystem} { catch {file delete -force -- tfa tfad} file mkdir tfa tfad/tfa/file set r1 [catch {file rename -force tfa tfad}] |