mirror of
https://github.com/git/git.git
synced 2026-01-11 21:33:13 +09:00
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
This commit is contained in:
commit
78bf9ce0d1
@ -114,7 +114,7 @@ do
|
||||
git config core.repositoryformatversion 1 &&
|
||||
git config extensions.objectformat $hash &&
|
||||
git config extensions.compatobjectformat $(compat_hash $hash) &&
|
||||
test_config gpg.program $TEST_DIRECTORY/t1016/gpg &&
|
||||
git config gpg.program $TEST_DIRECTORY/t1016/gpg &&
|
||||
echo "Hello World!" >hello &&
|
||||
eval hello_${hash}_oid=$(git hash-object hello) &&
|
||||
git update-index --add hello &&
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user