summaryrefslogtreecommitdiffstats
path: root/tests/all.tcl
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-11-09 10:47:08 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-11-09 10:47:08 (GMT)
commit112fdb000f8632e92519ab4842b0ff340aec52ab (patch)
tree1b908519a2c284288e35195c43be7eb3aa5fddeb /tests/all.tcl
parent6133a711414cfb8fcc3a8b52ecf25b59a09e5800 (diff)
downloadtk-112fdb000f8632e92519ab4842b0ff340aec52ab.zip
tk-112fdb000f8632e92519ab4842b0ff340aec52ab.tar.gz
tk-112fdb000f8632e92519ab4842b0ff340aec52ab.tar.bz2
Allow "package require tk" in addition to "package require Tk"
Diffstat (limited to 'tests/all.tcl')
-rw-r--r--tests/all.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/all.tcl b/tests/all.tcl
index 46721a2..c6b50d3 100644
--- a/tests/all.tcl
+++ b/tests/all.tcl
@@ -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.
-package require Tk ;# This is the Tk test suite; fail early if no Tk!
+package require tk ;# This is the Tk test suite; fail early if no Tk!
package require tcltest 2.2
tcltest::configure {*}$argv
tcltest::configure -testdir [file normalize [file dirname [info script]]]