t9301: make hash size independent
authorbrian m. carlson <redacted>
Wed, 29 Jul 2020 23:14:12 +0000 (23:14 +0000)
committerJunio C Hamano <redacted>
Thu, 30 Jul 2020 16:16:48 +0000 (09:16 -0700)
commitb6e50052ac60254f423762e8a4f6192400130455
tree3846204d4ad0b6ed62140b19e94467ac8d152686
parent287bb3abb356cc4ca9937f966b26b3191941426c
t9301: make hash size independent

Instead of using a hard-coded all-zeros object ID, use $ZERO_OID.
Compute the length of the object IDs in use and use this instead of
hard-coding the constant 40.

Signed-off-by: brian m. carlson <redacted>
Reviewed-by: Eric Sunshine <redacted>
Signed-off-by: Junio C Hamano <redacted>
t/t9301-fast-import-notes.sh
git clone https://git.99rst.org/PROJECT