diff --git a/t/t5570-git-daemon.sh b/t/t5570-git-daemon.sh index f01edffa3c0babf76593fbd211f6606ff2036c74..dc55e51c18e5fac1e9347dc64447d4cdf1ddd347 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 &&