summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-11-18 10:59:37 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-11-18 10:59:37 (GMT)
commit26156cc1cc2e10cab51099753f45363d081ad293 (patch)
treecdaec82ee85c34d9d2636d757f524265d4fcb7e3 /tests
parentf88225f6fb8117aa9462dc7975e9babf2dcf60c9 (diff)
parentf7b532246a185fd8f314fdf9969a4a58533f90bc (diff)
downloadtcl-26156cc1cc2e10cab51099753f45363d081ad293.zip
tcl-26156cc1cc2e10cab51099753f45363d081ad293.tar.gz
tcl-26156cc1cc2e10cab51099753f45363d081ad293.tar.bz2
Merge 8.5
Diffstat (limited to 'tests')
-rw-r--r--tests/fileSystem.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fileSystem.test b/tests/fileSystem.test
index 0d7b183..7e06a23 100644
--- a/tests/fileSystem.test
+++ b/tests/fileSystem.test
@@ -568,7 +568,7 @@ test filesystem-7.1.1 {load from vfs} -setup {
cd [file dirname $::ddelib]
testsimplefilesystem 1
# This loads dde via a complex copy-to-temp operation
- load simplefs:/[file tail $::ddelib] dde
+ load simplefs:/[file tail $::ddelib] Dde
testsimplefilesystem 0
return ok
# The real result of this test is what happens when Tcl exits.