On Thu, May 29, 2014 at 01:36:14PM +0200, Stepan Kasal wrote:

> Signed-off-by: Stepan Kasal <ka...@ucw.cz>
> ---
> 
> Hi,
>   mingw does not have FIFOs, so it cannot run git-daemon tests.

Thanks. I took a peek at the mkfifo call here. It is used to make sure
the daemon has started before we run the tests which depend on it. I
suspect we could do something with a regular pipe, but the code would be
rather tricky.  Simply skipping the daemon tests is a reasonable
compromise until somebody feels like trying to make it work without a
fifo.

-Peff
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to