t1410: remove superfluous 'git reflog' from the 'walk past root' test
commit0eb75ce8272fa4e61bc5e4d8cd1a1384b2eaf071
authorSZEDER Gábor <szeder@ira.uka.de>
Sun, 14 Aug 2016 23:28:53 +0000 (15 01:28 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 15 Aug 2016 16:21:39 +0000 (15 09:21 -0700)
tree7f9a5342d0faae85be03b5a4f956addff217f735
parent71abeb753fa835642acb952316266dde21d7cec6
t1410: remove superfluous 'git reflog' from the 'walk past root' test

The test added in 71abeb753fa8 (reflog: continue walking the reflog
past root commits, 2016-06-03) contains an unnecessary 'git reflog'
execution, which was part of my debug/tracing instrumentation that I
somehow didn't manage to remove before submitting.

Signed-off-by: SZEDER Gábor <szeder@ira.uka.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t1410-reflog.sh