Merge branch 'sg/reflog-past-root' into maint
authorJunio C Hamano <gitster@pobox.com>
Fri, 9 Sep 2016 04:36:02 +0000 (21:36 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 9 Sep 2016 04:36:02 +0000 (21:36 -0700)
A small test clean-up for a topic introduced in v2.9.1 and later.

* sg/reflog-past-root:
t1410: remove superfluous 'git reflog' from the 'walk past root' test

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 &&