From 4e119d9ea666d7c111e24d2d7c2a06f7c8cb5b55 Mon Sep 17 00:00:00 2001 From: Mark Nauwelaerts Date: Sat, 23 Aug 2025 18:12:23 +0200 Subject: [PATCH] t: post-merge align of helper test --- t/helper.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/helper.t b/t/helper.t index 2ffae33..18bf99b 100755 --- a/t/helper.t +++ b/t/helper.t @@ -8,7 +8,7 @@ test_description='Test git-hg-helper' -. ./test-lib.sh +. "$(dirname "$0")"/test-lib.sh if ! test_have_prereq PYTHON then