Index: modules/plotchart/plotcontour.test
--- modules/plotchart/plotcontour.test.orig
+++ modules/plotchart/plotcontour.test
@@ -2,14 +2,14 @@
 # Informal test for plotcontour
 #
 
-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
