diff --git a/t/test-lib.sh b/t/test-lib.sh index 9914d3e1cf..5cbdf4df04 100644 --- a/t/test-lib.sh +++ b/t/test-lib.sh @@ -978,7 +978,7 @@ test_i18ngrep () { test_lazy_prereq PIPE ' # test whether the filesystem supports FIFOs case $(uname -s) in - CYGWIN*) + CYGWIN*|MINGW*) false ;; *)