diff options
Diffstat (limited to 'tests/case.test')
-rw-r--r-- | tests/case.test | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/case.test b/tests/case.test index d32d7d3..87cb2c8 100644 --- a/tests/case.test +++ b/tests/case.test @@ -11,6 +11,11 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. +if {![llength [info commands case]]} { + # No "case" command? So no need to test + return +} + if {"::tcltest" ni [namespace children]} { package require tcltest 2.5 namespace import -force ::tcltest::* |