]> git.saurik.com Git - apt.git/commitdiff
test: Use C locale instead of C.UTF-8
authorJulian Andres Klode <jak@debian.org>
Tue, 23 Aug 2016 19:53:39 +0000 (21:53 +0200)
committerJulian Andres Klode <jak@debian.org>
Fri, 26 Aug 2016 20:17:55 +0000 (22:17 +0200)
Gbp-Dch: ignore

test/integration/framework

index 9589ca84c27b8a996d72e67cf0f9b12efeaf1221..ff0df322654f729afec23dbec434462fb51947a4 100644 (file)
@@ -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"
        # 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
        unset LANGUAGE APT_CONFIG
        unset GREP_OPTIONS DEB_BUILD_PROFILES
        unset http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy