diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-05-03 15:05:41 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-05-03 15:05:41 (GMT) |
commit | 3d65f9905d4ad6e2b7700d7da4e5a1598902b53e (patch) | |
tree | a394386b9a80c6ea925e7fbd98fc0072e918e475 /tests | |
parent | ed853e1ffb7933562c641af3d69686df27520a8f (diff) | |
download | tcl-3d65f9905d4ad6e2b7700d7da4e5a1598902b53e.zip tcl-3d65f9905d4ad6e2b7700d7da4e5a1598902b53e.tar.gz tcl-3d65f9905d4ad6e2b7700d7da4e5a1598902b53e.tar.bz2 |
Use GetModuleHandle() in stead of LoadLibrary() when the handle is needed for an already loaded dll.
Fix filesystem-1.52 (only works correctly on UNIX)
Diffstat (limited to 'tests')
-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 28e5268..d34de8f 100644 --- a/tests/fileSystem.test +++ b/tests/fileSystem.test @@ -498,7 +498,7 @@ test filesystem-1.51.1 {file normalisation .. beyond root (Bug 1379287)} { set res "ok" } } {ok} -test filesystem-1.52 {bug f9f390d0fa: file join where strep is not canonical} -body { +test filesystem-1.52 {bug f9f390d0fa: file join where strep is not canonical} -constraints unix -body { set x //foo file normalize $x file join $x bar |