t1700: make sure split-index respects core.sharedrepository
commit3ee83f48e5cfdfe2e3c783df1f3162e9383732fa
authorChristian Couder <christian.couder@gmail.com>
Sun, 25 Jun 2017 04:34:29 +0000 (25 06:34 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sun, 25 Jun 2017 17:42:52 +0000 (25 10:42 -0700)
treef5848d909e6d857f6e9b6fded7179612e411821e
parent73de1c93adbdac279c10668afbc7ba6e48a7ccac
t1700: make sure split-index respects core.sharedrepository

Add a few tests to check that both the split-index file and the
shared-index file are created using the right permissions when
core.sharedrepository is set.

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t1700-split-index.sh