t3103: abstract away SHA-1-specific constants
commit831c61cc6bb18e65ed61e360c6a3954c6abf7ed1
authorbrian m. carlson <sandals@crustytoothpaste.net>
Sun, 13 May 2018 02:24:22 +0000 (13 02:24 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 14 May 2018 02:02:01 +0000 (14 11:02 +0900)
tree31bc73917f2d310452d716464ca427a194a39c48
parent62798a7037e43dae17f0ce009d3dce131fd93182
t3103: abstract away SHA-1-specific constants

Adjust the test so that it uses variables and command substitution for
trees instead of hard-coded hashes.  This also has the benefit of making
it more obvious how the test works.

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