Re: [PATCH] tests: turn off git-daemon tests if FIFOs are not available

2014-05-29 Thread Jeff King
On Thu, May 29, 2014 at 01:36:14PM +0200, Stepan Kasal wrote: > Signed-off-by: Stepan Kasal > --- > > 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

[PATCH] tests: turn off git-daemon tests if FIFOs are not available

2014-05-29 Thread Stepan Kasal
Signed-off-by: Stepan Kasal --- Hi, mingw does not have FIFOs, so it cannot run git-daemon tests. Stepan t/lib-git-daemon.sh | 5 + 1 file changed, 5 insertions(+) diff --git a/t/lib-git-daemon.sh b/t/lib-git-daemon.sh index bc4b341..9b1271c 100644 --- a/t/lib-git-daemon.sh +++ b/t/lib-g