From: Bruno Haible Date: Tue, 15 Jun 2021 00:47:29 +0000 (+0200) Subject: Handle known test failure on Alpine Linux. X-Git-Tag: v0.21.1~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e237072fc2176567f37f7f8c05b523453262eb35;p=thirdparty%2Fgettext.git Handle known test failure on Alpine Linux. * gettext-tools/tests/autopoint-3: Add comment regarding Alpine Linux. --- diff --git a/gettext-tools/tests/autopoint-3 b/gettext-tools/tests/autopoint-3 index e13552b44..8867842aa 100755 --- a/gettext-tools/tests/autopoint-3 +++ b/gettext-tools/tests/autopoint-3 @@ -3,6 +3,9 @@ # Test the autopoint program, with Automake. +# Note: This tests fails on Alpine Linux, because the 'gzip' binary on this +# system does not support the '--best' option. + : ${AUTOCONF=autoconf} ${AUTOCONF} --version >/dev/null 2>/dev/null \ || { echo "Skipping test: autoconf not found"; Exit 77; }