t1410: remove superfluous 'git reflog' from the 'walk past root' test
authorSZEDER Gábor <szeder@ira.uka.de>
Sun, 14 Aug 2016 23:28:53 +0000 (01:28 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 15 Aug 2016 16:21:39 +0000 (09:21 -0700)
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
index dd2be049ecf6302dfa3d052a14095b3278d58f03..553e26d9ceb83fc6529beb95ff71ffa0a899a166 100755 (executable)
@@ -359,7 +359,6 @@ test_expect_success 'continue walking past root commits' '
                HEAD@{3} commit (initial): initial
                EOF
                test_commit initial &&
-               git reflog &&
                git checkout --orphan orphan1 &&
                test_commit orphan1-1 &&
                test_commit orphan1-2 &&