summaryrefslogtreecommitdiffstats
path: root/tests/fileSystem.test
diff options
context:
space:
mode:
authortwylite <twylite@crypt.co.za>2012-09-13 09:02:52 (GMT)
committertwylite <twylite@crypt.co.za>2012-09-13 09:02:52 (GMT)
commitfa34cf0e225eb594debfdac2da4f6dd6df451418 (patch)
treeab839d3a6bc683ea1e4dcf35fc946d13f097c940 /tests/fileSystem.test
parenta7d4de2c279b775e84ac115f7b1450a31d5cd213 (diff)
downloadtcl-fa34cf0e225eb594debfdac2da4f6dd6df451418.zip
tcl-fa34cf0e225eb594debfdac2da4f6dd6df451418.tar.gz
tcl-fa34cf0e225eb594debfdac2da4f6dd6df451418.tar.bz2
3549770 fix filesystem-7.1.x tests: loaddll constraint setup and path for filesystem-7.1.1
Diffstat (limited to 'tests/fileSystem.test')
-rw-r--r--tests/fileSystem.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/fileSystem.test b/tests/fileSystem.test
index 38ecbee..b098f35 100644
--- a/tests/fileSystem.test
+++ b/tests/fileSystem.test
@@ -27,7 +27,7 @@ catch {
set ::ddelib [lindex [package ifneeded dde $::ddever] 1]
set ::regver [package require registry]
set ::reglib [lindex [package ifneeded registry $::regver] 1]
- testConstraint loaddll 0
+ testConstraint loaddll 1
}
# Test for commands defined in Tcltest executable
@@ -514,7 +514,7 @@ test filesystem-7.1.1 {load from vfs} -setup {
set dir [pwd]
} -constraints {win testsimplefilesystem loaddll} -body {
# This may cause a crash on exit
- cd [file dirname $::reglib]
+ cd [file dirname $::ddelib]
testsimplefilesystem 1
# This loads dde via a complex copy-to-temp operation
load simplefs:/[file tail $::ddelib] dde