t4300: abstract away SHA-1-specific constants
commit525a7f176980439fb1c32a34b705b06bcb7033f1
authorbrian m. carlson <sandals@crustytoothpaste.net>
Sat, 21 Dec 2019 19:49:23 +0000 (21 19:49 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 15 Jan 2020 22:06:19 +0000 (15 14:06 -0800)
treeed0eb240cd7456499a9c553ce14d17dc07eda9fb
parent7a1bcb251bf77ce76e19b54fc9ad85f8a4b92ee4
t4300: abstract away SHA-1-specific constants

Adjust the test so that it computes values for object IDs instead of
using hard-coded hashes.  Move the heredocs later in the tests so we can
take advantage of computed values.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4300-merge-tree.sh