summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorTaylor Blau <me@ttaylorr.com>2024-11-01 17:53:27 +0100
committerTaylor Blau <me@ttaylorr.com>2024-11-01 17:53:27 +0100
commit81a546151841458c3689bd0db898870df415dcdc (patch)
tree423b4674b46c416472c822b8655b5882860a84d2 /t
parentMerge branch 'ua/atoi' (diff)
parentt1016: clean up style (diff)
downloadgit-81a546151841458c3689bd0db898870df415dcdc.tar.xz
git-81a546151841458c3689bd0db898870df415dcdc.zip
Merge branch 'ak/t1016-cleanup'
Test cleanup. * ak/t1016-cleanup: t1016: clean up style
Diffstat (limited to 't')
-rwxr-xr-xt/t1016-compatObjectFormat.sh4
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" &&