summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2023-11-10 14:20:11 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2023-11-10 14:36:46 +0000
commit1b6c1f3fad0deda369c4d190b645f720653afe14 (patch)
tree3a4ed8d3663df239880171b73ae4cf71461d4980
parent7b8d86d800b6ea8dd94619d46ddc306b61186c7f (diff)
autopkgtests: Install locales-all for i18n-messages test
This fixes the test for chroots that don't have the en_US.UTF-8 locale. (Like mine.) Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
-rw-r--r--debian/tests/control2
-rwxr-xr-xtests/tests/i18n-messages2
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/tests/control b/debian/tests/control
index 5331169..1b9d421 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -51,7 +51,7 @@ Restrictions: hint-testsuite-triggers
Tests: i18n-messages
Tests-Directory: tests/tests
-Depends: chiark-utils-bin, faketime, git-debrebase, git-buildpackage, locales
+Depends: chiark-utils-bin, faketime, git-debrebase, git-buildpackage, locales-all
Tests: import-linkorigs
Tests-Directory: tests/tests
diff --git a/tests/tests/i18n-messages b/tests/tests/i18n-messages
index e02d3b2..babcff1 100755
--- a/tests/tests/i18n-messages
+++ b/tests/tests/i18n-messages
@@ -3,7 +3,7 @@ set -e
autoimport=
. tests/lib
-t-dependencies NO-DGIT GDR locales
+t-dependencies NO-DGIT GDR locales-all
t-restrict x-dgit-out-of-tree-only
# We don't run this test in-tree because:
# 1. The .mo files that we would use might need to be built