From 7a152b0cce9cc8f14ce9f35defaf813a3fa1b3d2 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] Fix t_subr inclusion. --- t/t_dp_red.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/t_dp_red.sh b/t/t_dp_red.sh index 3fe29be..9cd5349 100755 --- a/t/t_dp_red.sh +++ b/t/t_dp_red.sh @@ -28,7 +28,7 @@ # SUCH DAMAGE. # -. t_subr.sh +. ./t_subr.sh ifile="${abs_srcdir}/t_dp_red.ti" ofile="${abs_srcdir}/t_dp_red.to"