git/contrib/diff-highlight/t
Jeff King 53ab9f0e3d diff-highlight: use test_tick in graph test
The exact ordering output by Git may depend on the commit
timestamps, so let's make sure they're actually
monotonically increasing, and not all the same (or worse,
subject to how long the test script takes to run).

Let's use test_tick to make sure this is stable. Note that
we actually have to rearrange the order of the branches to
match the expected graph structure (which means that
previously we might racily have been testing a slightly
different output, though the test is written in such a way
that we'd still pass).

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2018-03-21 10:24:19 -07:00
..
.gitignore diff-highlight: ignore test cruft 2016-08-31 09:58:27 -07:00
Makefile diff-highlight: add some tests 2016-08-29 12:18:50 -07:00
t9400-diff-highlight.sh diff-highlight: use test_tick in graph test 2018-03-21 10:24:19 -07:00