We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 503789c + 516bf45 commit 78bf9ceCopy full SHA for 78bf9ce
t/t1016-compatObjectFormat.sh
@@ -114,7 +114,7 @@ do
114
git config core.repositoryformatversion 1 &&
115
git config extensions.objectformat $hash &&
116
git config extensions.compatobjectformat $(compat_hash $hash) &&
117
- test_config gpg.program $TEST_DIRECTORY/t1016/gpg &&
+ git config gpg.program $TEST_DIRECTORY/t1016/gpg &&
118
echo "Hello World!" >hello &&
119
eval hello_${hash}_oid=$(git hash-object hello) &&
120
git update-index --add hello &&
0 commit comments