Index: modules/widgetPlus/ttkComboboxPlus.test
--- modules/widgetPlus/ttkComboboxPlus.test.orig
+++ modules/widgetPlus/ttkComboboxPlus.test
@@ -1,13 +1,13 @@
 # -*- tcl -*-
 
-if {![package vsatisfies [package provide Tcl] 8.5]} {
+if {![package vsatisfies [package provide Tcl] 8.5 9]} {
     puts "    Aborting the tests found in \"[file tail [info script]]\"."
     puts "    Requiring Tcl 8.5, have [package present Tcl]"
     return
 }
 
 # Future: put all tests under constraint tk and set constraint properly
-if {[catch { package require Tk 8.5 } msg]} {
+if {[catch { package require Tk } msg]} {
     puts "    Aborting the tests found in \"[file tail [info script]]\"."
     puts "    Requiring Tk 8.5, $msg"
     return
