diff options
| author | Andrew Kreimer <algonell@gmail.com> | 2024-10-22 14:07:30 +0300 |
|---|---|---|
| committer | Taylor Blau <me@ttaylorr.com> | 2024-10-22 12:35:05 -0400 |
| commit | c348192afee2c6375f1b4e61bcd54c0c126dccfc (patch) | |
| tree | 0f662e1686fdfa370193d20f8c28db6fecbf2c1a | |
| parent | f1eea0b620b07a51d5455558c807713ef0ba7609 (diff) | |
| download | git-c348192afee2c6375f1b4e61bcd54c0c126dccfc.tar.gz | |
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>
| -rwxr-xr-x | t/t1016-compatObjectFormat.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/t1016-compatObjectFormat.sh b/t/t1016-compatObjectFormat.sh index 92024fe51d..8341a2fe83 100755 --- a/t/t1016-compatObjectFormat.sh +++ b/t/t1016-compatObjectFormat.sh @@ -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" && |
