On Thu, Sep 14, 2017 at 03:15:18PM +0200, Michael J Gruber wrote: > 4f21454b55 ("merge-base: handle --fork-point without reflog", > 2016-10-12) introduced a fix for merge-base --fork-point without reflog > and a test. While that test is fine, it did not update expected nor actual > output and tested that of the previous test instead. Oops. The use of the existing "expect3" was intentional (the idea being that we are repeating the identical step from the previous test with the slight tweak of not having a reflog). But obviously failing to write to "actual" at all was a mistake. That said, I'm OK with reiterating the expected output. -Peff