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>
SZEDER Gábor committed
Aug 15, 2016 at 01:28 UTC
0eb75ce8272fa4e61bc5e4d8cd1a1384b2eaf071
1 file changed
-1
t/t1410-reflog.sh
-1
@@ -359,7 +359,6 @@ test_expect_success 'continue walking past root commits' '
359
HEAD@{3} commit (initial): initial
360
EOF
361
test_commit initial &&
362
- git reflog &&
362
git checkout --orphan orphan1 &&
363
test_commit orphan1-1 &&
364
test_commit orphan1-2 &&