]> git.ipfire.org Git - thirdparty/git.git/commit - t/t5512-ls-remote.sh
t5512: abstract away SHA-1-specific constants
authorbrian m. carlson <sandals@crustytoothpaste.net>
Sat, 21 Dec 2019 19:49:30 +0000 (19:49 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 15 Jan 2020 22:06:19 +0000 (14:06 -0800)
commit74ad99b1d8e891623a523ead2097f628d78583d8
treefa22a0fb63bccc8954217c1977e755c2ca12ac87
parentba1be1ab45801db55e5b9e66194a82ffcc76b5f0
t5512: abstract away SHA-1-specific constants

Adjust the test so that it computes variables for object IDs instead of
using hard-coded hashes.

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