summaryrefslogtreecommitdiffstats
path: root/tests/security.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/security.test')
-rw-r--r--tests/security.test14
1 files changed, 9 insertions, 5 deletions
diff --git a/tests/security.test b/tests/security.test
index 4a73160..eeabc9c 100644
--- a/tests/security.test
+++ b/tests/security.test
@@ -1,16 +1,16 @@
# security.test --
#
-# Functionality covered: this file contains a collection of tests for the
-# auto loading and namespaces.
+# Functionality covered: this file contains a collection of tests for the auto
+# loading and namespaces.
#
-# Sourcing this file into Tcl runs the tests and generates output for
-# errors. No output means no errors were found.
+# Sourcing this file into Tcl runs the tests and generates output for errors.
+# No output means no errors were found.
#
# Copyright (c) 1997 Sun Microsystems, Inc.
# Copyright (c) 1998-1999 by Scriptics Corporation.
# All rights reserved.
-if {[lsearch [namespace children] ::tcltest] == -1} {
+if {"::tcltest" ni [namespace children]} {
package require tcltest
namespace import -force ::tcltest::*
}
@@ -39,3 +39,7 @@ test security-1.1 {tcl_endOfPreviousWord} {
# cleanup
::tcltest::cleanupTests
return
+
+# Local Variables:
+# mode: tcl
+# End: