From: Mark Wooding Date: Thu, 14 May 2020 12:12:43 +0000 (+0100) Subject: test/unit: Use plain `tclsh' to run the code. X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/ca/commitdiff_plain/bf1840b49ca22ef1ef67d8dccbc37cb3a5759501?ds=sidebyside test/unit: Use plain `tclsh' to run the code. --- 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"]