aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/ChangeLog5
-rw-r--r--test/automated/Makefile.in3
2 files changed, 6 insertions, 2 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index 84c76c6d83b..59aacd13fd0 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,8 @@
12013-11-23 Glenn Morris <rgm@gnu.org>
2
3 * automated/Makefile.in (emacs):
4 Empty EMACSLOADPATH rather than unsetting.
5
12013-11-22 Glenn Morris <rgm@gnu.org> 62013-11-22 Glenn Morris <rgm@gnu.org>
2 7
3 * automated/ruby-mode-tests.el (ruby-exit!-font-lock): 8 * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
diff --git a/test/automated/Makefile.in b/test/automated/Makefile.in
index a8adaf40483..d187fa607b2 100644
--- a/test/automated/Makefile.in
+++ b/test/automated/Makefile.in
@@ -43,8 +43,7 @@ BYTE_COMPILE_EXTRA_FLAGS =
43 43
44# The actual Emacs command run in the targets below. 44# The actual Emacs command run in the targets below.
45# Prevent any setting of EMACSLOADPATH in user environment causing problems. 45# Prevent any setting of EMACSLOADPATH in user environment causing problems.
46emacs = unset EMACSLOADPATH; \ 46emacs = EMACSLOADPATH= LC_ALL=C EMACS_TEST_DIRECTORY=$(srcdir) "$(EMACS)" $(EMACSOPT)
47 LC_ALL=C EMACS_TEST_DIRECTORY=$(srcdir) "$(EMACS)" $(EMACSOPT)
48 47
49# Common command to find subdirectories 48# Common command to find subdirectories
50setwins=for file in `find $(srcdir) -type d -print`; do \ 49setwins=for file in `find $(srcdir) -type d -print`; do \