From c0808246e5fbd6e0f1ac175606be2e2d51b12b55 Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Sun, 27 Sep 2020 10:51:09 +0200 Subject: [PATCH] Silence the mingw test Use "quiet" instead of "count"... --- test/asm/test.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/asm/test.sh b/test/asm/test.sh index 6827b98f..a4ad6a23 100755 --- 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 @@ tryCmp () { } # Add the quote test, except on Windows -if uname | grep -vic mingw; then +if uname | grep -viq mingw; then cat > quote\"file.asm <