Jeff King <peff@xxxxxxxx> writes: > IMHO, the value in the http tests is not testing the server side, but > the client side. Without being able to set up a dummy HTTP server, we do > not have any way to exercise the client side of git-over-http at all. > And people on macOS _do_ use that. :) Amen to that. I however do not know what the universally available simplest dummy HTTP server would be. There probably are better alternative than Apache with distro-customized ways of configuration that we have to adjust. A solution around HTTP::Server::Simple sounds attractive but is it a realistic alternative or too much effort required? I dunno.