t1700: make test pass with index-v4
authorThomas Gummerer <t.gummerer@gmail.com>
Fri, 20 Mar 2015 18:20:30 +0000 (19:20 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 20 Mar 2015 19:39:39 +0000 (12:39 -0700)
The different index versions have different sha-1 checksums. Those
checksums are checked in t1700, which makes it fail when the test suite
is run with TEST_GIT_INDEX_VERSION=4. Fix it.

Signed-off-by: Thomas Gummerer <t.gummerer@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found