summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-09-09 06:36:02 +0200
committerJunio C Hamano <gitster@pobox.com>2016-09-09 06:36:02 +0200
commitb5abd302ef0e3e371a4a7fb3c5d1e0415a1fa5ed (patch)
tree6554eb2f8c79b5bd79f840cfb37152fd2fa638c3 /t
parentMerge branch 'rs/mailinfo-lib' into maint (diff)
parentt1410: remove superfluous 'git reflog' from the 'walk past root' test (diff)
downloadgit-b5abd302ef0e3e371a4a7fb3c5d1e0415a1fa5ed.tar.xz
git-b5abd302ef0e3e371a4a7fb3c5d1e0415a1fa5ed.zip
Merge branch 'sg/reflog-past-root' into maint
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
Diffstat (limited to 't')
-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 dd2be049ec..553e26d9ce 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 &&