From: Shane Jaroch Date: Sat, 17 Jan 2026 12:37:03 +0000 (-0500) Subject: fix? X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=8612d1dd3e823bed23b894c38792b0fd4646e9ec;p=gamesguru%2Fgit-remote-gcrypt.git fix? --- diff --git a/tests/system-test-multikey.sh b/tests/system-test-multikey.sh index 2d10c07..962d2f4 100755 --- a/tests/system-test-multikey.sh +++ b/tests/system-test-multikey.sh @@ -82,7 +82,7 @@ readonly tempdir trap 'rm -Rf -- "${tempdir}"' EXIT # Setup PATH to use local git-remote-gcrypt -PATH=$(git rev-parse --show-toplevel):${PATH} +PATH=${PWD}:${PATH} readonly PATH export PATH