Skip to content

Commit

Permalink
Merge branch 'ak/t1016-cleanup' into jch
Browse files Browse the repository at this point in the history
Test cleanup.

* ak/t1016-cleanup:
  t1016: clean up style
  • Loading branch information
ttaylorr committed Oct 22, 2024
2 parents 7c9e58d + c348192 commit df8c4c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/t1016-compatObjectFormat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ do
git config core.repositoryformatversion 1 &&
git config extensions.objectformat $hash &&
git config extensions.compatobjectformat $(compat_hash $hash) &&
git config gpg.program $TEST_DIRECTORY/t1016/gpg &&
echo "Hello World!" > hello &&
test_config gpg.program $TEST_DIRECTORY/t1016/gpg &&
echo "Hello World!" >hello &&
eval hello_${hash}_oid=$(git hash-object hello) &&
git update-index --add hello &&
git commit -m "Initial commit" &&
Expand Down

0 comments on commit df8c4c1

Please sign in to comment.