Skip to content

Commit 2ecb573

Browse files
Benabikgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 8b27722 commit 2ecb573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t5570-git-daemon.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ test_expect_success 'fetch changes via git protocol' '
3737
test_cmp file clone/file
3838
'
3939

40-
test_expect_failure 'remote detects correct HEAD' '
40+
test_expect_success 'remote detects correct HEAD' '
4141
git push public master:other &&
4242
(cd clone &&
4343
git remote set-head -d origin &&

0 commit comments

Comments
 (0)