Skip to content

Commit

Permalink
t1450: demonstrate undetected in-tree d/f conflict
Browse files Browse the repository at this point in the history
Signed-off-by: René Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
rscharfe authored and gitster committed May 21, 2020
1 parent fc12aa7 commit 3d71b1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/t1450-fsck.sh
Expand Up @@ -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 &&
Expand Down

0 comments on commit 3d71b1c

Please sign in to comment.