emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 18f390a: Don't force LC_ALL=C upon make check (bug#43353)


From: Glenn Morris
Subject: master 18f390a: Don't force LC_ALL=C upon make check (bug#43353)
Date: Sat, 12 Sep 2020 23:22:48 -0400 (EDT)

branch: master
commit 18f390af8f11d24c2259131bd45cfd3156cfc234
Author: Glenn Morris <rgm@gnu.org>
Commit: Glenn Morris <rgm@gnu.org>

    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 | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/test/Makefile.in b/test/Makefile.in
index d1da02e..9974eb5 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -89,11 +89,6 @@ unexport EMACSDATA EMACSDOC EMACSPATH GREP_OPTIONS
 ## To run tests under a debugger, set this to eg: "gdb --args".
 GDB =
 
-# The locale to run tests under.  Tests should work if this is set to
-# any supported locale.  Use the C locale by default, as it should be
-# supported everywhere.
-TEST_LOCALE = C
-
 # Set this to 'yes' to run the tests in an interactive instance.
 TEST_INTERACTIVE ?= no
 
@@ -128,7 +123,7 @@ endif
 
 # The actual Emacs command run in the targets below.
 # Prevent any setting of EMACSLOADPATH in user environment causing problems.
-emacs = EMACSLOADPATH= LC_ALL=$(TEST_LOCALE) \
+emacs = EMACSLOADPATH= \
  EMACS_TEST_DIRECTORY=$(abspath $(srcdir)) \
  $(GDB) "$(EMACS)" $(MODULES_EMACSOPT) $(EMACSOPT)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]