summaryrefslogtreecommitdiff
path: root/t/t1410-reflog.sh
diff options
context:
space:
mode:
authorSZEDER Gábor <szeder@ira.uka.de>2016-08-14 23:28:53 (GMT)
committerJunio C Hamano <gitster@pobox.com>2016-08-15 16:21:39 (GMT)
commit0eb75ce8272fa4e61bc5e4d8cd1a1384b2eaf071 (patch)
tree7f9a5342d0faae85be03b5a4f956addff217f735 /t/t1410-reflog.sh
parent71abeb753fa835642acb952316266dde21d7cec6 (diff)
downloadgit-0eb75ce8272fa4e61bc5e4d8cd1a1384b2eaf071.zip
git-0eb75ce8272fa4e61bc5e4d8cd1a1384b2eaf071.tar.gz
git-0eb75ce8272fa4e61bc5e4d8cd1a1384b2eaf071.tar.bz2
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>
Diffstat (limited to 't/t1410-reflog.sh')
-rwxr-xr-xt/t1410-reflog.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/t1410-reflog.sh b/t/t1410-reflog.sh
index dd2be04..553e26d 100755
--- a/t/t1410-reflog.sh
+++ b/t/t1410-reflog.sh
@@ -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 &&