summaryrefslogtreecommitdiffstats
path: root/tests/safe-zipfs.test
diff options
context:
space:
mode:
authorkjnash <k.j.nash@usa.net>2020-07-22 19:26:32 (GMT)
committerkjnash <k.j.nash@usa.net>2020-07-22 19:26:32 (GMT)
commit9684712f82b11fe000a70daea51504e068baba80 (patch)
tree359f2f1abfedb420e186621ad93f2786b517bced /tests/safe-zipfs.test
parent00ec99826743f9f1481ef813d426216228335e8a (diff)
downloadtcl-9684712f82b11fe000a70daea51504e068baba80.zip
tcl-9684712f82b11fe000a70daea51504e068baba80.tar.gz
tcl-9684712f82b11fe000a70daea51504e068baba80.tar.bz2
Whitespace and comment changes only.
Diffstat (limited to 'tests/safe-zipfs.test')
-rw-r--r--tests/safe-zipfs.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/safe-zipfs.test b/tests/safe-zipfs.test
index 1f110d1..ed473ca 100644
--- a/tests/safe-zipfs.test
+++ b/tests/safe-zipfs.test
@@ -170,7 +170,7 @@ test safe-zipfs-5.6 {example modules packages, test in master interpreter, appen
} -match glob -result {0 0.5 0 1.0 0 2.0 -- res0 res1 res2}
# high level general test
-# Use zipped example packages not tcl8.x/opt
+# Use zipped example packages not http1.0 etc
test safe-zipfs-7.1 {tests that everything works at high level; zipfs} -setup {
set tmpAutoPath $::auto_path
lappend ::auto_path [file join $ZipMountPoint auto0]
@@ -715,12 +715,12 @@ test safe-zipfs-9.24 {interpConfigure change the access path; check module loadi
res0 res1 res2}
# See comments on lsort after test safe-zipfs-9.20.
+# cleanup
set ::auto_path $SaveAutoPath
zipfs unmount ${ZipMountPoint}
unset SaveAutoPath TestsDir ZipMountPoint PathMapp
rename mapList {}
rename mapAndSortList {}
-# cleanup
::tcltest::cleanupTests
return