ref: c0808246e5fbd6e0f1ac175606be2e2d51b12b55
parent: ba051e10fbe2c339f78359eb3a9c1f0d8683d69b
author: ISSOtm <eldredhabert0@gmail.com>
date: Sun Sep 27 06:51:09 EDT 2020
Silence the mingw test Use "quiet" instead of "count"...
--- a/test/asm/test.sh
+++ b/test/asm/test.sh
@@ -1,4 +1,5 @@
#!/bin/sh
+
export LC_ALL=C
o=$(mktemp)
@@ -21,7 +22,7 @@
}
# Add the quote test, except on Windows
-if uname | grep -vic mingw; then
+if uname | grep -viq mingw; then
cat > quote\"file.asm <<EOF
WARN __FILE__
EOF