diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-05-03 15:27:06 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-05-03 15:27:06 (GMT) |
commit | 2c5a00c9665e5219026627b5d248be5b0302e46c (patch) | |
tree | eae05bcb0f55d1af06cb30d2735d6329ed87a379 /tests | |
parent | 262df0197b947ebc3e431b14680b1c52fb3cdefb (diff) | |
parent | 3d65f9905d4ad6e2b7700d7da4e5a1598902b53e (diff) | |
download | tcl-2c5a00c9665e5219026627b5d248be5b0302e46c.zip tcl-2c5a00c9665e5219026627b5d248be5b0302e46c.tar.gz tcl-2c5a00c9665e5219026627b5d248be5b0302e46c.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 ba9b82a..10895b2 100644 --- a/tests/fileSystem.test +++ b/tests/fileSystem.test @@ -367,7 +367,7 @@ test filesystem-1.51 {file normalisation .. beyond root (Bug 1379287)} { test filesystem-1.51.1 {file normalisation .. beyond root (Bug 1379287)} { testPathEqual [file norm /../../] [file norm /] } 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 |