summaryrefslogtreecommitdiffstats
path: root/gettext-tools/tests/gettext-4
diff options
context:
space:
mode:
Diffstat (limited to 'gettext-tools/tests/gettext-4')
-rwxr-xr-xgettext-tools/tests/gettext-43
1 files changed, 3 insertions, 0 deletions
diff --git a/gettext-tools/tests/gettext-4 b/gettext-tools/tests/gettext-4
index afe855d..aa3332b 100755
--- a/gettext-tools/tests/gettext-4
+++ b/gettext-tools/tests/gettext-4
@@ -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