projects
/
gamesguru
/
git-remote-gcrypt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f24031b
)
fix?
author
Shane Jaroch
<chown_tee@proton.me>
Sat, 17 Jan 2026 12:37:03 +0000
(07:37 -0500)
committer
Shane Jaroch
<chown_tee@proton.me>
Sat, 17 Jan 2026 12:37:03 +0000
(07:37 -0500)
tests/system-test-multikey.sh
patch
|
blob
|
history
diff --git
a/tests/system-test-multikey.sh
b/tests/system-test-multikey.sh
index 2d10c07a10d80205962e2243ed25491c86cc8d96..962d2f461291c5d73a72a8c842ddd5d09937333e 100755
(executable)
--- 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