Thread (3 messages) 3 messages, 2 authors, 2024-10-23

Re: [PATCH v2] t1016: clean up style

From: Taylor Blau <hidden>
Date: 2024-10-22 16:36:49

On Tue, Oct 22, 2024 at 02:07:30PM +0300, Andrew Kreimer wrote:
Use `test_config`.

Remove whitespace after redirect operator.

Reported-by: Taylor Blau <redacted>
Signed-off-by: Andrew Kreimer <redacted>
---
v1:
  - https://lore.kernel.org/all/20241020121729.27032-1-algonell@gmail.com/ (local)

v2:
  - Base on "ak/typofix":
    - https://lore.kernel.org/all/20241017112835.10100-1-algonell@gmail.com/ (local)
  - Tested:
    - ubuntu-latest, GitHub Actions.
Thanks. In the future, it's preferred to send subsequent rounds in a
reply to the initial round so that the discussion all happens in the
same thread.

Regardless, thank you for this patch, I've queued it. It looks good to
me, but perhaps others could chime in before we start merging this one
down.
quoted hunk ↗ jump to hunk
 t/t1016-compatObjectFormat.sh | 4 ++--
 1 file 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" &&
--
2.39.5
Thanks,
Taylor
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help