]> git.ipfire.org Git - thirdparty/git.git/commit
t/lib-submodule-update: use appropriate length constant
authorbrian m. carlson <sandals@crustytoothpaste.net>
Tue, 19 Feb 2019 00:04:52 +0000 (00:04 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 1 Apr 2019 02:57:37 +0000 (11:57 +0900)
commit76c23892bcbc5e8fba1f6d844b05752082d0542e
tree2bbd1dc0364767649a4bb3587d54a5c7c1e85192
parent041f5ea1cf987a4068ef5f39ba0a09be85952064
t/lib-submodule-update: use appropriate length constant

Instead of using a specific invalid hard-coded object ID, produce one
of the appropriate length by using test_oid.

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