]> git.ipfire.org Git - thirdparty/git.git/commit
t1405: check for_each_reflog_ent_reverse() more thoroughly
authorHan-Wen Nienhuys <hanwen@google.com>
Thu, 2 Dec 2021 17:36:31 +0000 (17:36 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 2 Dec 2021 19:14:08 +0000 (11:14 -0800)
commit6887f69faa11141c20be29d2fd51bb33e15e227a
treef1d73d0a9af9b3b7388b934fe4204dac25d1d828
parent21f0e8506119dc18c0b2396b5854d850cba7b00d
t1405: check for_each_reflog_ent_reverse() more thoroughly

If we are checking for a certain ordering, we should check that there are two
entries. Do this by mirroring the preceding test.

Signed-off-by: Han-Wen Nienhuys <hanwen@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t1405-main-ref-store.sh