diff options
author | vincentdarley <vincentdarley> | 2003-12-09 14:57:18 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2003-12-09 14:57:18 (GMT) |
commit | e59347aca80cd4e89dac4bea20bed1e42b090418 (patch) | |
tree | 1db7931db750fecc4df0e506dcdd4d1ec45f3795 /tests/winFCmd.test | |
parent | 714062429727db934f7ab082dbe42ecf849cd5ef (diff) | |
download | tcl-e59347aca80cd4e89dac4bea20bed1e42b090418.zip tcl-e59347aca80cd4e89dac4bea20bed1e42b090418.tar.gz tcl-e59347aca80cd4e89dac4bea20bed1e42b090418.tar.bz2 |
NT file permissions fix and tests
Diffstat (limited to 'tests/winFCmd.test')
-rw-r--r-- | tests/winFCmd.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/winFCmd.test b/tests/winFCmd.test index 87c260d..5f0ff6a 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.24 2003/11/21 18:47:59 dgp Exp $ +# RCS: @(#) $Id: winFCmd.test,v 1.25 2003/12/09 14:57:18 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" -} {1 {C:/ EACCES or EEXIST}} +} [list 1 [list [file norm /] EACCES or EEXIST]] test winFCmd-6.12 {TclpRemoveDirectory: errno == EACCES} {pcOnly 95} { cleanup createfile tf1 |