public inbox for git@vger.kernel.org
 help / color / mirror / Atom feed
From: Mirko Faina <mroik@delayed.space>
To: git@vger.kernel.org
Cc: Mirko Faina <mroik@delayed.space>
Subject: [PATCH] t0008: fix "large exclude file ignored in tree"
Date: Sun, 15 Mar 2026 04:48:50 +0100	[thread overview]
Message-ID: <20260315034851.2261530-1-mroik@delayed.space> (raw)

Add cleanup to previous test for file that is unrequired to test the
size of the ignored exclude file.

Signed-off-by: Mirko Faina <mroik@delayed.space>
---
 t/t0008-ignores.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/t0008-ignores.sh b/t/t0008-ignores.sh
index db8bde280e..18e048ee8c 100755
--- a/t/t0008-ignores.sh
+++ b/t/t0008-ignores.sh
@@ -946,7 +946,7 @@ test_expect_success SYMLINKS 'symlinks respected in info/exclude' '
 '
 
 test_expect_success SYMLINKS 'symlinks not respected in-tree' '
-	test_when_finished "rm .gitignore" &&
+	test_when_finished "rm -rf subdir .gitignore" &&
 	ln -s ignore .gitignore &&
 	mkdir subdir &&
 	ln -s ignore subdir/.gitignore &&
-- 
2.53.0.959.g497ff81fa9


             reply	other threads:[~2026-03-15  3:49 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-15  3:48 Mirko Faina [this message]
2026-03-15  5:50 ` [PATCH] t0008: fix "large exclude file ignored in tree" Junio C Hamano
2026-03-15  8:50   ` Mirko Faina
2026-03-15 16:04     ` Junio C Hamano
2026-03-16  1:15 ` [PATCH v2] t0008: improve test cleanup to fix failing test Mirko Faina
2026-03-16  1:21   ` Mirko Faina
2026-03-16 19:48   ` Junio C Hamano

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=20260315034851.2261530-1-mroik@delayed.space \
    --to=mroik@delayed.space \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
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