From 385006599b993631fb2fc9250fe93bc017f18fd5 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 15 Feb 2025 08:51:25 -0500 Subject: [PATCH] fix-qtest: canonicalize before calling qtest-driver --- run-qtest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-qtest b/run-qtest index 481052e..26e8806 100755 --- a/run-qtest +++ b/run-qtest @@ -40,7 +40,7 @@ while (@ARGV) elsif ($arg eq '--bin') { usage() unless @ARGV; - push(@bin, shift(@ARGV)); + push(@bin, abs_path(shift(@ARGV))); } elsif ($arg eq '--color') { -- libgit2 0.21.4