diff options
author | dgp <dgp@users.sourceforge.net> | 2011-10-31 17:06:31 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2011-10-31 17:06:31 (GMT) |
commit | 54e278387054613b6524f3c4056459c46a741c73 (patch) | |
tree | 4dc6dab0786e1ed7df03bb95f5447f08f2c66792 /tests/fileSystem.test | |
parent | 9848fce3d5f3cbe0b9f9e339b7e766751b0455e5 (diff) | |
parent | d5742fa94447953d5bb5b7f17d614fd6fb9a910c (diff) | |
download | tcl-54e278387054613b6524f3c4056459c46a741c73.zip tcl-54e278387054613b6524f3c4056459c46a741c73.tar.gz tcl-54e278387054613b6524f3c4056459c46a741c73.tar.bz2 |
3414754 Fix the PATHFLAGS != 0 intrep normalizing trailing slashes.
Diffstat (limited to 'tests/fileSystem.test')
-rw-r--r-- | tests/fileSystem.test | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/fileSystem.test b/tests/fileSystem.test index 2acdbd2..b3a9aca 100644 --- a/tests/fileSystem.test +++ b/tests/fileSystem.test @@ -1094,6 +1094,10 @@ test filesystem-9.9 {path objects and glob and file tail and tilde} { set res } {0 0 0 0 1} +test filesystem-10.1 {Bug 3414754} { + string match */ [file join [pwd] foo/] +} 0 + cleanupTests unset -nocomplain drive } |