diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/winFCmd.test | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/winFCmd.test b/tests/winFCmd.test index 5ba6c62..992124c 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.14 2001/09/20 00:58:51 hobbs Exp $ +# RCS: @(#) $Id: winFCmd.test,v 1.15 2001/11/19 17:45:12 vincentdarley Exp $ # if {[lsearch [namespace children] ::tcltest] == -1} { @@ -962,6 +962,9 @@ test winFCmd-15.10 {SetWinFileAttributes - failing} {pcOnly cdrom} { cleanup catch {file attributes $cdfile -archive 1} } {1} +test winFCmd-16.1 {Windows file normalization} {pcOnly} { + list [file normalize c:/] [file normalize C:/] +} {C:/ C:/} # This block of code used to occur after the "return" call, so I'm # commenting it out and assuming that this code is still under construction. |