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 | 1c8d056c93bd79b5356acb7646a97a97deb710b5 (patch) | |
tree | a394386b9a80c6ea925e7fbd98fc0072e918e475 /tests | |
parent | c0108dceb13e2079a9a4b662d98fa27a8c5d13c0 (diff) | |
download | tcl-1c8d056c93bd79b5356acb7646a97a97deb710b5.zip tcl-1c8d056c93bd79b5356acb7646a97a97deb710b5.tar.gz tcl-1c8d056c93bd79b5356acb7646a97a97deb710b5.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 |