]> git.ipfire.org Git - thirdparty/git.git/commit
t5318: reorder test below 'graph_read_expect'
authorTaylor Blau <me@ttaylorr.com>
Wed, 13 May 2020 21:59:51 +0000 (15:59 -0600)
committerJunio C Hamano <gitster@pobox.com>
Mon, 18 May 2020 19:51:11 +0000 (12:51 -0700)
commit1f1304d4976f54b1afa5d71b55e41c6c1b5f9ac1
tree4dd09d58f465603e8b771f8cbfd070e6a29fb4ce
parent0ec2d0ff07f125b7dcf0fde2b508fa8d6d35e939
t5318: reorder test below 'graph_read_expect'

In the subsequent commit, we will introduce a dependency on
'graph_read_expect' from t5318.7. Preemptively move it below
'graph_read_expect()'s definition so that the test can call it.

Signed-off-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5318-commit-graph.sh