summaryrefslogtreecommitdiffstats
path: root/tests/macOSXLoad.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/macOSXLoad.test')
-rw-r--r--tests/macOSXLoad.test8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/macOSXLoad.test b/tests/macOSXLoad.test
index df35b8d..12c77e0 100644
--- a/tests/macOSXLoad.test
+++ b/tests/macOSXLoad.test
@@ -4,14 +4,14 @@
# built-in commands. Sourcing this file into Tcl runs the tests and
# generates output for errors. No output means no errors were found.
#
-# Copyright © 1995 Sun Microsystems, Inc.
-# Copyright © 1998-1999 Scriptics Corporation.
+# Copyright (c) 1995 Sun Microsystems, Inc.
+# Copyright (c) 1998-1999 by Scriptics Corporation.
#
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-if {"::tcltest" ni [namespace children]} {
- package require tcltest 2.5
+if {[lsearch [namespace children] ::tcltest] == -1} {
+ package require tcltest 2
namespace import -force ::tcltest::*
}
set oldTSF $::tcltest::testSingleFile