summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/load.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/load.test b/tests/load.test
index ccf0fab..9336f63 100644
--- a/tests/load.test
+++ b/tests/load.test
@@ -9,7 +9,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: load.test,v 1.1.2.2 1998/09/24 23:59:29 stanton Exp $
+# RCS: @(#) $Id: load.test,v 1.1.2.3 1998/12/02 20:08:08 welch Exp $
if {[string compare test [info procs test]] == 1} then {source defs}
@@ -27,7 +27,7 @@ if ![file readable [file join $testDir pkga$ext]] {
return
}
-if [string match *pkga* [set alreadyLoaded [info loaded {}]]] {
+if [string match *pkga* [set alreadyLoaded [info loaded]]] {
puts "load tests have already been run once: skipping (can't rerun)"
return
}