From bf1840b49ca22ef1ef67d8dccbc37cb3a5759501 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 14 May 2020 13:12:43 +0100 Subject: [PATCH] test/unit: Use plain `tclsh' to run the code. --- test/unit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit b/test/unit index 73c01ae..9f5aee3 100755 --- a/test/unit +++ b/test/unit @@ -1,4 +1,4 @@ -#! /usr/bin/tclsh8.5 +#! /usr/bin/tclsh ### -*-tcl-*- source [file join [file dirname $argv0] "../lib/func.tcl"] -- 2.11.0