git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] t5570: Update for symref capability
@ 2013-10-21 17:54 Brian Gernhardt
  2013-10-21 17:54 ` [PATCH 2/2] t5570: Update for clone-progress-to-stderr branch Brian Gernhardt
  0 siblings, 1 reply; 3+ messages in thread
From: Brian Gernhardt @ 2013-10-21 17:54 UTC (permalink / raw)
  To: Git List; +Cc: Junio C Hamano

git-daemon now uses the symref capability to send the correct HEAD
reference, so the test for that in t5570 now passes.

Signed-off-by: Brian Gernhardt <brian@gernhardtsoftware.com>
---
 t/t5570-git-daemon.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/t5570-git-daemon.sh b/t/t5570-git-daemon.sh
index f01edff..dc55e51 100755
--- a/t/t5570-git-daemon.sh
+++ b/t/t5570-git-daemon.sh
@@ -37,7 +37,7 @@ test_expect_success 'fetch changes via git protocol' '
 	test_cmp file clone/file
 '
 
-test_expect_failure 'remote detects correct HEAD' '
+test_expect_success 'remote detects correct HEAD' '
 	git push public master:other &&
 	(cd clone &&
 	 git remote set-head -d origin &&
-- 
1.8.3.4 (Apple Git-47)

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-10-21 18:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-21 17:54 [PATCH 1/2] t5570: Update for symref capability Brian Gernhardt
2013-10-21 17:54 ` [PATCH 2/2] t5570: Update for clone-progress-to-stderr branch Brian Gernhardt
2013-10-21 18:41   ` Jeff King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).