~ruther/guix-local

736755e21eb8ce04d2451fef22ead27eafe0a162 — Ludovic Courtès 11 years ago 57db49c
build: Ignore the user's language settings when running tests.

* test-env.in: Unset 'LANGUAGE', set 'LC_MESSAGE'.
1 files changed, 6 insertions(+), 0 deletions(-)

M test-env.in
M test-env.in => test-env.in +6 -0
@@ 87,6 87,12 @@ then
    trap "kill $daemon_pid ; rm -rf $NIX_STATE_DIR" EXIT
fi

# Avoid issues that could stem from l10n, such as language/encoding
# mismatches.
unset LANGUAGE
LC_MESSAGES=C
export LC_MESSAGES

storedir="@storedir@"
prefix="@prefix@"
datarootdir="@datarootdir@"