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.
1 parent f1eea0b commit c348192Copy full SHA for c348192
t/t1016-compatObjectFormat.sh
@@ -116,8 +116,8 @@ do
116
git config core.repositoryformatversion 1 &&
117
git config extensions.objectformat $hash &&
118
git config extensions.compatobjectformat $(compat_hash $hash) &&
119
- git config gpg.program $TEST_DIRECTORY/t1016/gpg &&
120
- echo "Hello World!" > hello &&
+ test_config gpg.program $TEST_DIRECTORY/t1016/gpg &&
+ echo "Hello World!" >hello &&
121
eval hello_${hash}_oid=$(git hash-object hello) &&
122
git update-index --add hello &&
123
git commit -m "Initial commit" &&
0 commit comments