fix?
authorShane Jaroch <chown_tee@proton.me>
Sat, 17 Jan 2026 12:37:03 +0000 (07:37 -0500)
committerShane Jaroch <chown_tee@proton.me>
Sat, 17 Jan 2026 12:37:03 +0000 (07:37 -0500)
tests/system-test-multikey.sh

index 2d10c07a10d80205962e2243ed25491c86cc8d96..962d2f461291c5d73a72a8c842ddd5d09937333e 100755 (executable)
@@ -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