From 3d71b1cf6031e5dc4381a067fba16167d14f567a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ren=C3=A9=20Scharfe?= Date: Thu, 21 May 2020 11:52:43 +0200 Subject: [PATCH] t1450: demonstrate undetected in-tree d/f conflict MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: René Scharfe Signed-off-by: Junio C Hamano --- t/t1450-fsck.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/t/t1450-fsck.sh b/t/t1450-fsck.sh index a006ef1ee1..7e70a253f8 100755 --- a/t/t1450-fsck.sh +++ b/t/t1450-fsck.sh @@ -261,6 +261,7 @@ check_duplicate_names () { check_duplicate_names success x x.1 x/ check_duplicate_names success x x.1.2 x.1/ x/ +check_duplicate_names failure x x.1 x.1.2 x/ test_expect_success 'unparseable tree object' ' test_oid_cache <<-\EOF && -- 2.52.0