diff options
Diffstat (limited to 'tests/fileSystem.test')
-rw-r--r-- | tests/fileSystem.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fileSystem.test b/tests/fileSystem.test index 47526de..3c0bac2 100644 --- a/tests/fileSystem.test +++ b/tests/fileSystem.test @@ -913,7 +913,7 @@ test filesystem-9.5 {path objects and file tail and object rep} { cd $origdir set res } {test test} -test filesystem-9.6 {path objects and file tail and object rep} {winOnly} { +test filesystem-9.6 {path objects and file tail and object rep} win { set res {} set p "C:\\toto" lappend res [file join $p toto] |