From: Brian Gernhardt Date: Mon, 21 Oct 2013 17:54:11 +0000 (-0400) Subject: t5570: Update for symref capability X-Git-Tag: v1.8.4.3~3^2~2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/2ecb573bb3aa9b409e2a74d82bee560ef77b101b?hp=--cc t5570: Update for symref capability 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 Signed-off-by: Junio C Hamano --- 2ecb573bb3aa9b409e2a74d82bee560ef77b101b diff --git a/t/t5570-git-daemon.sh b/t/t5570-git-daemon.sh index f01edffa3c..dc55e51c18 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 &&