From 29f045d995cd936e791237076ccf8b5907d32fb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Fri, 13 Sep 2024 13:57:01 +0200 Subject: [PATCH] Use full path to t_subr.sh. --- t/t_dp_red.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/t/t_dp_red.sh b/t/t_dp_red.sh index 3fe29be..8582eeb 100755 --- a/t/t_dp_red.sh +++ b/t/t_dp_red.sh @@ -28,7 +28,8 @@ # SUCH DAMAGE. # -. t_subr.sh +dir=$(dirname "$(realpath $0)") +. "${dir}/t_subr.sh" ifile="${abs_srcdir}/t_dp_red.ti" ofile="${abs_srcdir}/t_dp_red.to"