From 605af224209e041cc31cbc1e7640846103aa4f05 Mon Sep 17 00:00:00 2001 From: "D. Bohdan" Date: Fri, 10 May 2024 10:14:50 +0000 Subject: [PATCH] test: use more readable 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]]