Skip to content

Commit

Permalink
t1016: clean up style
Browse files Browse the repository at this point in the history
Use `test_config`.

Remove whitespace after redirect operator.

Reported-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Andrew Kreimer <algonell@gmail.com>
Signed-off-by: Taylor Blau <me@ttaylorr.com>
  • Loading branch information
algonell authored and ttaylorr committed Oct 22, 2024
1 parent f1eea0b commit c348192
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 c348192

Please sign in to comment.