diff options
| author | dgp@users.sourceforge.net <dgp> | 2005-04-05 17:03:22 (GMT) |
|---|---|---|
| committer | dgp@users.sourceforge.net <dgp> | 2005-04-05 17:03:22 (GMT) |
| commit | 263f487a9e362d410763594d29f529458ee37b33 (patch) | |
| tree | 537f7a8c32cecf1ef2814e3b67efcc188d078f5f | |
| parent | 151063b482157b95de08c463e94fdca3e0a3f79c (diff) | |
| download | tcl-263f487a9e362d410763594d29f529458ee37b33.zip tcl-263f487a9e362d410763594d29f529458ee37b33.tar.gz tcl-263f487a9e362d410763594d29f529458ee37b33.tar.bz2 | |
replace obsolete "winOnly" constraint with preferred "win"
| -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] |
