From 1f6d8086ce399f11d5d54a5ce6bcc5863144e012 Mon Sep 17 00:00:00 2001 From: "D. Bohdan" Date: Thu, 9 May 2024 14:38:02 +0000 Subject: [PATCH] test: use more clear Tcl version requirements --- tests/hicolor.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/hicolor.test b/tests/hicolor.test index 974e8f3..c24b9d7 100755 --- a/tests/hicolor.test +++ b/tests/hicolor.test @@ -1,6 +1,6 @@ #! /usr/bin/env tclsh -package require Tcl 8.6-10 +package require Tcl 8.6 9 package require tcltest cd [file dirname [info script]]