I haven't investigate this, but here's the failure output: $ ./t5560-http-backend-noserver.sh --immediate --verbose [..] ok 5 - export if git-daemon-export-ok expecting success: log_div "getanyfile true" config http.getanyfile true && get_static_files "200 OK" ok 6 - static file if http.getanyfile true is ok expecting success: log_div "getanyfile false" config http.getanyfile false && get_static_files "403 Forbidden" ok 7 - static file if http.getanyfile false fails expecting success: log_div "uploadpack default" GET info/refs?service=git-upload-pack "200 OK" && POST git-upload-pack 0000 "200 OK" --- exp 2010-08-19 15:56:14.000000000 +0000 +++ act 2010-08-19 15:56:14.000000000 +0000 @@ -1 +1 @@ -Status: 200 OK +Status: 404 Not Found not ok - 8 http.uploadpack default enabled # # log_div "uploadpack default" # GET info/refs?service=git-upload-pack "200 OK" && # POST git-upload-pack 0000 "200 OK" # -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html