summaryrefslogtreecommitdiffstats
path: root/tests/source.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2018-10-24 14:33:54 (GMT)
committerdgp <dgp@users.sourceforge.net>2018-10-24 14:33:54 (GMT)
commitf44fb9b4500e047fdb9e361a17f44fa46dffec2b (patch)
treea2d158df64500a845f27d243f578e37db69945af /tests/source.test
parentbf9af9a40854d7116b0d6a17fae0594ce3c38f09 (diff)
downloadtcl-f44fb9b4500e047fdb9e361a17f44fa46dffec2b.zip
tcl-f44fb9b4500e047fdb9e361a17f44fa46dffec2b.tar.gz
tcl-f44fb9b4500e047fdb9e361a17f44fa46dffec2b.tar.bz2
Request the tcltest version that provides the testing facilities used.
Diffstat (limited to 'tests/source.test')
-rw-r--r--tests/source.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/source.test b/tests/source.test
index ab6b447..8b146d3 100644
--- a/tests/source.test
+++ b/tests/source.test
@@ -12,8 +12,8 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-if {[catch {package require tcltest 2.1}]} {
- puts stderr "Skipping tests in [info script]. tcltest 2.1 required."
+if {[catch {package require tcltest 2.5}]} {
+ puts stderr "Skipping tests in [info script]. tcltest 2.5 required."
return
}