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>maint
parent
f1eea0b620
commit
c348192afe
|
|
@ -116,7 +116,7 @@ do
|
||||||
git config core.repositoryformatversion 1 &&
|
git config core.repositoryformatversion 1 &&
|
||||||
git config extensions.objectformat $hash &&
|
git config extensions.objectformat $hash &&
|
||||||
git config extensions.compatobjectformat $(compat_hash $hash) &&
|
git config extensions.compatobjectformat $(compat_hash $hash) &&
|
||||||
git config gpg.program $TEST_DIRECTORY/t1016/gpg &&
|
test_config gpg.program $TEST_DIRECTORY/t1016/gpg &&
|
||||||
echo "Hello World!" >hello &&
|
echo "Hello World!" >hello &&
|
||||||
eval hello_${hash}_oid=$(git hash-object hello) &&
|
eval hello_${hash}_oid=$(git hash-object hello) &&
|
||||||
git update-index --add hello &&
|
git update-index --add hello &&
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue