]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Avoid test failure if a locale is missing.
authorBruno Haible <bruno@clisp.org>
Tue, 22 Nov 2005 11:51:41 +0000 (11:51 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:12:56 +0000 (12:12 +0200)
gettext-tools/tests/ChangeLog
gettext-tools/tests/gettext-4

index 9872471575f7973d9ec2c91f31403a06e59cf8ea..500e82b2929b23af3e7b6412529130b84d9f7911 100644 (file)
@@ -1,3 +1,7 @@
+2005-11-21  Bruno Haible  <bruno@clisp.org>
+
+       * gettext-4: Skip the test if there is no de_DE.ISO-8859-1 locale.
+
 2005-10-18  Bruno Haible  <bruno@clisp.org>
 
        * xgettext-c-11: New file.
index afe855db81dfd0bc8f71d8bc66075776d360112e..aa3332b9a7ee31b81b20c59c3d14dd87896da2ea 100755 (executable)
@@ -5,6 +5,9 @@
 tmpfiles=""
 trap 'rm -fr $tmpfiles' 1 2 3 15
 
+# This test works only on systems that have a de_DE.ISO-8859-1 locale installed.
+LC_ALL=de_DE.ISO-8859-1 ./testlocale || exit 77
+
 tmpfiles="$tmpfiles de_DE"
 test -d de_DE || mkdir de_DE
 test -d de_DE/LC_MESSAGES || mkdir de_DE/LC_MESSAGES