diff mbox series

[1/3] t0001: remove duplicate test

Message ID 20250130-b4-pks-reinit-default-ref-format-v1-1-d2769ca01207@pks.im (mailing list archive)
State Accepted
Commit 150c31bf88ee3021a51c0482279c7ccac68b0e0e
Headers show
Series setup: fix reinit of repos with different formats | expand

Commit Message

Patrick Steinhardt Jan. 30, 2025, 4:24 p.m. UTC
The test in question is an exact copy of the testcase preceding it.
Remove it.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
---
 t/t0001-init.sh | 9 ---------
 1 file changed, 9 deletions(-)
diff mbox series

Patch

diff --git a/t/t0001-init.sh b/t/t0001-init.sh
index 72a0c2e7d4..213d5984b1 100755
--- a/t/t0001-init.sh
+++ b/t/t0001-init.sh
@@ -861,15 +861,6 @@  test_expect_success 're-init with includeIf.onbranch condition' '
 	test_cmp expect actual
 '
 
-test_expect_success 're-init with includeIf.onbranch condition' '
-	test_when_finished "rm -rf repo" &&
-	git init repo &&
-	git -c includeIf.onbranch:nonexistent.path=/does/not/exist init repo &&
-	echo $GIT_DEFAULT_REF_FORMAT >expect &&
-	git -C repo rev-parse --show-ref-format >actual &&
-	test_cmp expect actual
-'
-
 test_expect_success 're-init skips non-matching includeIf.onbranch' '
 	test_when_finished "rm -rf repo config" &&
 	cat >config <<-EOF &&