]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Handle known test failure on Alpine Linux.
authorBruno Haible <bruno@clisp.org>
Tue, 15 Jun 2021 00:47:29 +0000 (02:47 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 9 Oct 2022 07:30:42 +0000 (09:30 +0200)
* gettext-tools/tests/autopoint-3: Add comment regarding Alpine Linux.

gettext-tools/tests/autopoint-3

index e13552b447044e4c71fe1a69d61932bd8008a1be..8867842aa0efe89e4b159f3009d500ec7a7deed4 100755 (executable)
@@ -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; }