All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] t1410: remove superfluous 'git reflog' from the 'walk past root' test
@ 2016-08-14 23:28 SZEDER Gábor
  0 siblings, 0 replies; only message in thread
From: SZEDER Gábor @ 2016-08-14 23:28 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git, SZEDER Gábor

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>
---
 t/t1410-reflog.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/t/t1410-reflog.sh b/t/t1410-reflog.sh
index dd2be049ecf6..553e26d9ceb8 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 &&
-- 
2.9.2.583.g6f6b5ef


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-08-14 23:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-14 23:28 [PATCH] t1410: remove superfluous 'git reflog' from the 'walk past root' test SZEDER Gábor

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.