Skip to content
  • Allison Karlitskaya's avatar
    tests: properly set locale to C · ac8b7ba9
    Allison Karlitskaya authored
    We're testing for particular error messages, so we need to set to a C
    locale to make sure we get the untranslated version.
    
    Previously, this test set the LANG environment variable, but that's not
    good enough if LANGUAGE is also set.  The only way to ensure that
    LANGUAGE is ignored is to disable l10n with LC_ALL=C.
    ac8b7ba9