]> git.ipfire.org Git - thirdparty/git.git/commit
t1007: remove SHA1 prerequisites
authorbrian m. carlson <sandals@crustytoothpaste.net>
Fri, 28 Jun 2019 22:59:26 +0000 (22:59 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 1 Jul 2019 20:28:19 +0000 (13:28 -0700)
commit2e306f6c4f7408432ae1bed5e1f9978fe52b11df
treee6793b615b4f18dd23dae369f862a18c1b546ddf
parentb0d3c42eb48a56d0f2c59baa09b4733a27e620c8
t1007: remove SHA1 prerequisites

Update this test to use test_oid_cache to specify the object IDs for
both SHA-1 and SHA-256.  Since this test now works with both algorithms,
remove the SHA1 prerequisite.

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