Git fork

t1016: clean up style

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>

authored by

Andrew Kreimer and committed by
Taylor Blau
c348192a f1eea0b6

+2 -2
+2 -2
t/t1016-compatObjectFormat.sh
··· 116 116 git config core.repositoryformatversion 1 && 117 117 git config extensions.objectformat $hash && 118 118 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 && 121 121 eval hello_${hash}_oid=$(git hash-object hello) && 122 122 git update-index --add hello && 123 123 git commit -m "Initial commit" &&