Skip to content

Commit 0eb75ce

Browse files
szedergitster
authored andcommitted
t1410: remove superfluous 'git reflog' from the 'walk past root' test
The test added in 71abeb7 (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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 71abeb7 commit 0eb75ce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

t/t1410-reflog.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,6 @@ test_expect_success 'continue walking past root commits' '
359359
HEAD@{3} commit (initial): initial
360360
EOF
361361
test_commit initial &&
362-
git reflog &&
363362
git checkout --orphan orphan1 &&
364363
test_commit orphan1-1 &&
365364
test_commit orphan1-2 &&

0 commit comments

Comments
 (0)