diff options
Diffstat (limited to 'tests/config.test')
-rw-r--r-- | tests/config.test | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/config.test b/tests/config.test index d14837e..cc1c13b 100644 --- a/tests/config.test +++ b/tests/config.test @@ -12,7 +12,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. -if {[lsearch [namespace children] ::tcltest] == -1} { +if {"::tcltest" ni [namespace children]} { package require tcltest namespace import -force ::tcltest::* } @@ -29,7 +29,6 @@ test pkgconfig-1.3 {query value multiple times} { [::tcl::pkgconfig get bindir,install] } 0 - test pkgconfig-2.0 {error: missing subcommand} { catch {::tcl::pkgconfig} msg set msg |