We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c5932f9 + 516bf45 commit dd8471bCopy full SHA for dd8471b
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