]> git.eshelyaron.com Git - emacs.git/commit
Don't force LC_ALL=C upon make check (bug#43353)
authorGlenn Morris <rgm@gnu.org>
Sun, 13 Sep 2020 03:22:37 +0000 (20:22 -0700)
committerGlenn Morris <rgm@gnu.org>
Sun, 13 Sep 2020 03:22:37 +0000 (20:22 -0700)
commit18f390af8f11d24c2259131bd45cfd3156cfc234
tree21d058f55c79d80e355f592a62bc96043506aaeb
parent5e7733694e9bbf77759267b6d0386383315d48b3
Don't force LC_ALL=C upon make check (bug#43353)

* test/Makefile.in (TEST_LOCALE): Remove.
(emacs): Don't force LC_ALL=C, since it causes problems with
non-ascii directories.  This mirrors a 7-year old lisp/Makefile change.
test/Makefile.in