summaryrefslogtreecommitdiffstats
path: root/tests/safe-zipfs.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/safe-zipfs.test')
-rw-r--r--tests/safe-zipfs.test7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/safe-zipfs.test b/tests/safe-zipfs.test
index 3781e01..dd9fef3 100644
--- a/tests/safe-zipfs.test
+++ b/tests/safe-zipfs.test
@@ -13,8 +13,6 @@
# See the file "license.terms" for information on usage and redistribution of
# this file, and for a DISCLAIMER OF ALL WARRANTIES.
-package require Tcl 8.5-
-
if {"::tcltest" ni [namespace children]} {
package require tcltest 2.5
namespace import -force ::tcltest::*
@@ -53,11 +51,6 @@ proc mapAndSortList {map listIn} {
# thus un-autoindexed) APIs in this test result arguments:
catch {safe::interpConfigure}
-# testing that nested and statics do what is advertised (we use a static
-# package - Tcltest - but it might be absent if we're in standard tclsh)
-
-testConstraint TcltestPackage [expr {![catch {package require Tcltest}]}]
-
testConstraint AutoSyncDefined 1
# Tests 5.* test the example files before using them to test safe interpreters.