Skip to content

Commit f5dc13f

Browse files
committed
Merge branch 'jb/t7510-gpg-program-path' into next
A new test to ensure that a recent change will keep working. * jb/t7510-gpg-program-path: t7510: use $PWD instead of $(pwd) inside PATH
2 parents 3d39401 + c26ecaf commit f5dc13f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t7510-signed-commit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ test_expect_success 'custom `gpg.program`' '
458458
459459
# `gpg.program` does not specify an absolute path, it should find a program in `$PATH`
460460
test_config gpg.program "fake-gpg" &&
461-
env PATH="$(pwd):$PATH" \
461+
env PATH="$PWD:$PATH" \
462462
git commit -S --allow-empty -m signed-commit
463463
'
464464

0 commit comments

Comments
 (0)