diff options
author | Julian Andres Klode <jak@debian.org> | 2016-08-23 21:53:39 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2016-08-26 22:17:55 +0200 |
commit | 7c1177f6b82aaaf3b7d378ef516b7ccbd47ec07b (patch) | |
tree | e2121b3c7ba7396133cfaa08d9e409feaf4d844c | |
parent | 8757a0fdeee00ea6a7cc717188a0e129ad8a553c (diff) |
test: Use C locale instead of C.UTF-8
Gbp-Dch: ignore
-rw-r--r-- | test/integration/framework | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/framework b/test/integration/framework index 9589ca84c..ff0df3226 100644 --- a/test/integration/framework +++ b/test/integration/framework @@ -442,7 +442,7 @@ EOF # cleanup the environment a bit # prefer our apt binaries over the system apt binaries export PATH="${BUILDDIRECTORY}:${PATH}:/usr/local/sbin:/usr/sbin:/sbin" - export LC_ALL=C.UTF-8 + export LC_ALL=C unset LANGUAGE APT_CONFIG unset GREP_OPTIONS DEB_BUILD_PROFILES unset http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy |