mirror of
https://github.com/git/git.git
synced 2024-11-01 14:57:52 +01:00
Merge branch 'sg/reflog-past-root'
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
This commit is contained in:
commit
3f5ad0a090
1 changed files with 0 additions and 1 deletions
|
@ -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 &&
|
||||
|
|
Loading…
Reference in a new issue