From 4bf85cdfc6f3205bda4d3a32abbe74942784f93b Mon Sep 17 00:00:00 2001 From: Stepan Kasal Date: Thu, 29 May 2014 13:31:08 +0200 Subject: [PATCH] tests: turn off git-daemon tests if FIFOs are not available Signed-off-by: Stepan Kasal --- 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 bc4b3412fb..9b1271cc63 100644 --- a/t/lib-git-daemon.sh +++ b/t/lib-git-daemon.sh @@ -23,6 +23,11 @@ then test_done fi +if ! test_have_prereq PIPE +then + test_skip_or_die $GIT_TEST_GIT_DAEMON "file system does not support FIFOs" +fi + LIB_GIT_DAEMON_PORT=${LIB_GIT_DAEMON_PORT-${this_test#t}} GIT_DAEMON_PID=