bug-automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#23768: [PATCH] tests: adjust to ignore gzip 1.8+ warnings


From: Hans-Bernhard Bröker
Subject: bug#23768: [PATCH] tests: adjust to ignore gzip 1.8+ warnings
Date: Wed, 15 Jun 2016 21:50:53 +0200
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1

Am 14.06.2016 um 09:48 schrieb Ludovic Courtès:
-test ! -s stderr
+
+# Gzip 1.8+ emits warnings like "gzip: warning: GZIP environment
+# variable is deprecated"; filter them out.
+test `grep -v '^gzip: warning' stderr | wc -l` -eq 0

Hmmm... wouldn't it make much more sense to just eliminate the GZIP environment variable, if set?






reply via email to

[Prev in Thread] Current Thread [Next in Thread]