We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21dac1d commit 7b7bea2Copy full SHA for 7b7bea2
t/test-lib.sh
@@ -1062,14 +1062,8 @@ test_i18ngrep () {
1062
1063
test_lazy_prereq PIPE '
1064
# test whether the filesystem supports FIFOs
1065
- case $(uname -s) in
1066
- CYGWIN*|MINGW*)
1067
- false
1068
- ;;
1069
- *)
1070
- rm -f testfifo && mkfifo testfifo
1071
1072
- esac
+ test_have_prereq !MINGW,!CYGWIN &&
+ rm -f testfifo && mkfifo testfifo
1073
'
1074
1075
test_lazy_prereq SYMLINKS '
0 commit comments