diff options
-rw-r--r-- | test-env.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test-env.in b/test-env.in index 9d0c8cc414..34f57257d2 100644 --- a/test-env.in +++ b/test-env.in @@ -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@" |