summaryrefslogtreecommitdiffstats
path: root/tests/winFCmd.test
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley@noemail.net>2004-01-21 19:59:32 (GMT)
committervincentdarley <vincentdarley@noemail.net>2004-01-21 19:59:32 (GMT)
commit25a16d68f72f2c8425d6f443f9a69e5df6afe44f (patch)
tree0ffe5e984dd325a6bea1e24606e505aa4f37574b /tests/winFCmd.test
parenta41b4f5072bdca8cf305eb70e821660477b632f0 (diff)
downloadtcl-25a16d68f72f2c8425d6f443f9a69e5df6afe44f.zip
tcl-25a16d68f72f2c8425d6f443f9a69e5df6afe44f.tar.gz
tcl-25a16d68f72f2c8425d6f443f9a69e5df6afe44f.tar.bz2
filesystem optimisation -- Three main issues accomplished: (1) cleaned up variable names in
FossilOrigin-Name: 9cfcca63fb07d8c7d68befc16d84d01790094ac5
Diffstat (limited to 'tests/winFCmd.test')
-rw-r--r--tests/winFCmd.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/winFCmd.test b/tests/winFCmd.test
index 5f0ff6a..6fc58a8 100644
--- a/tests/winFCmd.test
+++ b/tests/winFCmd.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: winFCmd.test,v 1.25 2003/12/09 14:57:18 vincentdarley Exp $
+# RCS: @(#) $Id: winFCmd.test,v 1.26 2004/01/21 19:59:34 vincentdarley Exp $
#
if {[lsearch [namespace children] ::tcltest] == -1} {
@@ -610,7 +610,7 @@ test winFCmd-6.11 {TclpRemoveDirectory: attr == -1} {pcOnly nt} {
# WinXP returns EEXIST, WinNT seems to return EACCES. No policy
# decision has been made as to which is correct.
regsub {E(ACCES|EXIST)} $res "EACCES or EEXIST"
-} [list 1 [list [file norm /] EACCES or EEXIST]]
+} [list 1 [list / EACCES or EEXIST]]
test winFCmd-6.12 {TclpRemoveDirectory: errno == EACCES} {pcOnly 95} {
cleanup
createfile tf1