summaryrefslogtreecommitdiffstats
path: root/tests/all.tcl
diff options
context:
space:
mode:
authorhershey <hershey@noemail.net>1999-04-19 23:54:55 (GMT)
committerhershey <hershey@noemail.net>1999-04-19 23:54:55 (GMT)
commitd1fd58487c0bfd40dc206fa03c2114976151e380 (patch)
tree875f348f732fae90d23763d73f4c43b5d7413f86 /tests/all.tcl
parent85fe66d32931efcb34030cbd296db6aa99459922 (diff)
downloadtk-d1fd58487c0bfd40dc206fa03c2114976151e380.zip
tk-d1fd58487c0bfd40dc206fa03c2114976151e380.tar.gz
tk-d1fd58487c0bfd40dc206fa03c2114976151e380.tar.bz2
changed tests--marked some nonPortable; added new constraints to fix bug 1770
FossilOrigin-Name: da52c2e18f0cbf31226b999e3eee3982266cf19e
Diffstat (limited to 'tests/all.tcl')
-rw-r--r--tests/all.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/all.tcl b/tests/all.tcl
index fc2b89d..208ca5a 100644
--- a/tests/all.tcl
+++ b/tests/all.tcl
@@ -7,9 +7,9 @@
# Copyright (c) 1998-1999 by Scriptics Corporation.
# All rights reserved.
#
-# RCS: @(#) $Id: all.tcl,v 1.2 1999/04/16 01:51:33 stanton Exp $
+# RCS: @(#) $Id: all.tcl,v 1.3 1999/04/19 23:54:56 hershey Exp $
-if {[lsearch ::tcltest [namespace children]] == -1} {
+if {[lsearch [namespace children] ::tcltest] == -1} {
source [file join [pwd] [file dirname [info script]] defs.tcl]
}
set ::tcltest::testSingleFile false