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 <brian@gernhardtsoftware.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Brian Gernhardt 2013-10-21 13:54:11 -04:00 committed by Junio C Hamano
parent 8b27722209
commit 2ecb573bb3

View File

@ -37,7 +37,7 @@ test_expect_success 'fetch changes via git protocol' '
test_cmp file clone/file test_cmp file clone/file
' '
test_expect_failure 'remote detects correct HEAD' ' test_expect_success 'remote detects correct HEAD' '
git push public master:other && git push public master:other &&
(cd clone && (cd clone &&
git remote set-head -d origin && git remote set-head -d origin &&