summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2019-07-19 22:15:02 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2019-07-19 22:15:02 +0100
commitea47dd8b3dcb8528e8fdfa7bd86bb890d2ca79d7 (patch)
treeda5da4d118a5c9b7007486f7960e6faec65017be
parenta8c17e8cd5d16317f8f8781a531853c42f56ccd8 (diff)
test suite: tag-to-upload tests: Set LC_MESSAGES in with-mangled
t-expect-fail would do this but we aren't using it here, so we need to do it explicitly. This will avoid the tests failing in some locales. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
-rwxr-xr-xtests/tests/tagupl1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tests/tagupl b/tests/tests/tagupl
index 3b0a7a0..0f6ff98 100755
--- a/tests/tests/tagupl
+++ b/tests/tests/tagupl
@@ -65,6 +65,7 @@ with-mangled () {
perl <../basetag >../badtag-$ident -pe "$perl"
git tag -u Senatus -f -s -m "$(cat ../badtag-$ident)" "$tagname"
+ LC_MESSAGES=C \
t-tagupl-run-drs $tmp/$p
}