]> git.ipfire.org Git - thirdparty/git.git/commit
t9210: do not rely on lazy fetching to fail
authorJunio C Hamano <gitster@pobox.com>
Thu, 8 Feb 2024 23:15:12 +0000 (15:15 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 8 Feb 2024 23:18:58 +0000 (15:18 -0800)
commit75389e275c288a328272b70e841ada767313a739
tree3975269616800f8ca3776a3cead4d78a2d6964c3
parent5216f8f5c4089ec29ce49afa147434c23e0f0163
t9210: do not rely on lazy fetching to fail

With "rev-list --missing=print $start", where "$start" is a 40-hex
object name, the object may or may not be lazily fetched from the
promisor.  Make sure it fails by forcing dereference of "$start"
at that point.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9210-scalar.sh