]> git.ipfire.org Git - thirdparty/git.git/commitdiff
t1016: clean up style
authorAndrew Kreimer <algonell@gmail.com>
Tue, 22 Oct 2024 11:07:30 +0000 (14:07 +0300)
committerTaylor Blau <me@ttaylorr.com>
Tue, 22 Oct 2024 16:35:05 +0000 (12:35 -0400)
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>
t/t1016-compatObjectFormat.sh

index 92024fe51dca754ac5034b8840a6415b2c2e4e0c..8341a2fe8395a0ed41d46e442ddf3b2df465bd1e 100755 (executable)
@@ -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" &&