public inbox for git@vger.kernel.org 
 help / color / mirror / Atom feed
From: Amogh <amoghdambal1@gmail•com>
To: git@vger•kernel.org
Cc: Amogh <amoghdambal1@gmail•com>
Subject: [PATCH] test-lib: fix typo in test summary message
Date: Sun, 24 May 2026 22:36:33 -0700	[thread overview]
Message-ID: <20260525053633.73153-1-amoghdambal1@gmail.com> (raw)

There's a small typo ("passin", should be "passing") in the
summary/description message for t0000-basic. Even though this isn't a
user-facing string it should improve the developer experience + reduce
confusion when working on the codebase.
---
 t/t0000-basic.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/t0000-basic.sh b/t/t0000-basic.sh
index 2b63e1c86c..9f6991a9ab 100755
--- a/t/t0000-basic.sh
+++ b/t/t0000-basic.sh
@@ -141,7 +141,7 @@ test_expect_success 'subtest: a passing TODO test' '
 	EOF
 '
 
-test_expect_success 'subtest: 2 TODO tests, one passin' '
+test_expect_success 'subtest: 2 TODO tests, one passing' '
 	write_and_run_sub_test_lib_test_err partially-passing-todos <<-\EOF &&
 	test_expect_failure "pretend we have a known breakage" "false"
 	test_expect_success "pretend we have a passing test" "true"
-- 
2.39.5 (Apple Git-154)


             reply	other threads:[~2026-05-25  5:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-25  5:36 Amogh [this message]
2026-06-01  8:12 ` [PATCH] test-lib: fix typo in test summary message Patrick Steinhardt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260525053633.73153-1-amoghdambal1@gmail.com \
    --to=amoghdambal1@gmail$(echo .)com \
    --cc=git@vger$(echo .)kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox