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

Signed-off-by: Stepan Kasal <kasal@ucw.cz>
This commit is contained in:
Stepan Kasal
2014-05-29 13:31:08 +02:00
committed by Johannes Schindelin
parent 7573731732
commit f2502da5a6

View File

@@ -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=