archive-tar: write extended headers for far-future mtime
[gitweb.git] / t / lib-git-daemon.sh
index 615bf5de67cd66ca2fb63c226270e9316c3897dc..340534c0644eb46782c0a95103bd2a3ef60da9f7 100644 (file)
@@ -23,7 +23,12 @@ then
        test_done
 fi
 
-LIB_GIT_DAEMON_PORT=${LIB_GIT_DAEMON_PORT-'8121'}
+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=
 GIT_DAEMON_DOCUMENT_ROOT_PATH="$PWD"/repo