Skip to content

Commit 78bf9ce

Browse files
committed
Merge branch 'jc/t1016-setup-fix'
GPG signing test set-up has been broken for a year, which has been corrected. * jc/t1016-setup-fix: t1016: make sure to use specified GPG
2 parents 503789c + 516bf45 commit 78bf9ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)