Skip to content

Commit 45eaf99

Browse files
committed
Merge branch 'jc/t1016-setup-fix' into seen
* jc/t1016-setup-fix: t1016: make sure to use specified GPG
2 parents 3e8e420 + 516bf45 commit 45eaf99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

t/t1016-compatObjectFormat.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ do
114114
git config core.repositoryformatversion 1 &&
115115
git config extensions.objectformat $hash &&
116116
git config extensions.compatobjectformat $(compat_hash $hash) &&
117-
test_config gpg.program $TEST_DIRECTORY/t1016/gpg &&
117+
git config gpg.program $TEST_DIRECTORY/t1016/gpg &&
118118
echo "Hello World!" >hello &&
119119
eval hello_${hash}_oid=$(git hash-object hello) &&
120120
git update-index --add hello &&

0 commit comments

Comments
 (0)