From 4b865fed1ad29c97c1b21757d953886758b22796 Mon Sep 17 00:00:00 2001 From: Steve Bennett Date: Sun, 8 Nov 2020 09:31:26 +1000 Subject: build: Fix build and tests for out-of-tree build Loadable modules and tests Fixes #179 Signed-off-by: Steve Bennett --- tests/errors.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/errors.tcl') diff --git a/tests/errors.tcl b/tests/errors.tcl index 0992c59..37aff21 100644 --- a/tests/errors.tcl +++ b/tests/errors.tcl @@ -21,7 +21,7 @@ proc error_generator {type} { package require dummy } source { - source dummy.tcl + source [file dirname [info script]]/dummy.tcl } badpackage { package require bogus -- cgit v1.1