summaryrefslogtreecommitdiffstats
path: root/tests/fileSystem.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-07-19 13:34:33 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-07-19 13:34:33 (GMT)
commit4844d11a8c1213bf54dcfe78ae20c01dd5a49c7e (patch)
tree2fd2b9d49e434dff6d2007ff5a092ac5167874ce /tests/fileSystem.test
parentdcc3a328ac86381be137c47681c6a1bd97f988ab (diff)
downloadtcl-4844d11a8c1213bf54dcfe78ae20c01dd5a49c7e.zip
tcl-4844d11a8c1213bf54dcfe78ae20c01dd5a49c7e.tar.gz
tcl-4844d11a8c1213bf54dcfe78ae20c01dd5a49c7e.tar.bz2
fix bug [3545366]: Win32 link normalization test failures
Diffstat (limited to 'tests/fileSystem.test')
-rw-r--r--tests/fileSystem.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fileSystem.test b/tests/fileSystem.test
index 9950dde..64f4d45 100644
--- a/tests/fileSystem.test
+++ b/tests/fileSystem.test
@@ -305,7 +305,7 @@ test filesystem-1.39 {file normalisation with volume relative} -setup {
file norm [string range $drv 0 1]
} -cleanup {
cd $old
-} -match glob -result {*[^/]}
+} -match regexp -result {.*[^/]}
test filesystem-1.40 {file normalisation with repeated separators} {
testPathEqual [file norm foo////bar] [file norm foo/bar]
} ok