On Thu, 31 Oct 2024, David Malcolm wrote: > That said, I think setting LANG=C when running selftests is probably > the best solution. How does the attached (untested) patch look?
LC_ALL takes precedence over LANG. OK with LC_ALL instead of or alongside LANG (assuming that passes testing). (Note: some platforms may use UTF-8 for the C locale; there's support in the testsuite for using C.ASCII instead on Cygwin for that reason. This matters if you're testing the use of ASCII versus Unicode quotes in diagnostics.) -- Joseph S. Myers josmy...@redhat.com