Merge branch 'ml/cygwin-does-not-have-fifo'
[gitweb.git] / t / test-lib.sh
index 97536419e6e1b817b1bf347b6fdd63df4175177c..2d633073510c1f6a27fc3f7943fed5dafc717dcb 100644 (file)
@@ -885,7 +885,14 @@ test_i18ngrep () {
 
 test_lazy_prereq PIPE '
        # test whether the filesystem supports FIFOs
-       rm -f testfifo && mkfifo testfifo
+       case $(uname -s) in
+       CYGWIN*)
+               false
+               ;;
+       *)
+               rm -f testfifo && mkfifo testfifo
+               ;;
+       esac
 '
 
 test_lazy_prereq SYMLINKS '