public inbox for git@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] t0008: fix "large exclude file ignored in tree"
@ 2026-03-15  3:48 Mirko Faina
  2026-03-15  5:50 ` Junio C Hamano
  2026-03-16  1:15 ` [PATCH v2] t0008: improve test cleanup to fix failing test Mirko Faina
  0 siblings, 2 replies; 7+ messages in thread
From: Mirko Faina @ 2026-03-15  3:48 UTC (permalink / raw)
  To: git; +Cc: Mirko Faina

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


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2026-03-16 19:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-15  3:48 [PATCH] t0008: fix "large exclude file ignored in tree" Mirko Faina
2026-03-15  5:50 ` 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox