mirror of
https://github.com/git/git.git
synced 2026-02-05 07:23:13 +00:00
tests: turn off git-daemon tests if FIFOs are not available
Signed-off-by: Stepan Kasal <kasal@ucw.cz>
This commit is contained in:
committed by
Johannes Schindelin
parent
8bebceabec
commit
4bf85cdfc6
@@ -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=
|
||||
|
||||
Reference in New Issue
Block a user