Skip to content

Commit 81a5461

Browse files
committed
Merge branch 'ak/t1016-cleanup'
Test cleanup. * ak/t1016-cleanup: t1016: clean up style
2 parents 59dc0ab + c348192 commit 81a5461

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

t/t1016-compatObjectFormat.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ do
116116
git config core.repositoryformatversion 1 &&
117117
git config extensions.objectformat $hash &&
118118
git config extensions.compatobjectformat $(compat_hash $hash) &&
119-
git config gpg.program $TEST_DIRECTORY/t1016/gpg &&
120-
echo "Hello World!" > hello &&
119+
test_config gpg.program $TEST_DIRECTORY/t1016/gpg &&
120+
echo "Hello World!" >hello &&
121121
eval hello_${hash}_oid=$(git hash-object hello) &&
122122
git update-index --add hello &&
123123
git commit -m "Initial commit" &&

0 commit comments

Comments
 (0)