mingw: disable mkfifo-based tests
[gitweb.git] / t / test-lib.sh
index 16c4d7b516649a13e3f07e081e91e1212afc61a5..32ac1a69360c7cd733e302e9628285e5df255454 100644 (file)
@@ -998,7 +998,7 @@ test_i18ngrep () {
 test_lazy_prereq PIPE '
        # test whether the filesystem supports FIFOs
        case $(uname -s) in
-       CYGWIN*)
+       CYGWIN*|MINGW*)
                false
                ;;
        *)