diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/ChangeLog | 5 | ||||
| -rw-r--r-- | test/automated/Makefile.in | 3 |
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 @@ | |||
| 1 | 2013-11-23 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * automated/Makefile.in (emacs): | ||
| 4 | Empty EMACSLOADPATH rather than unsetting. | ||
| 5 | |||
| 1 | 2013-11-22 Glenn Morris <rgm@gnu.org> | 6 | 2013-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. |
| 46 | emacs = unset EMACSLOADPATH; \ | 46 | emacs = 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 |
| 50 | setwins=for file in `find $(srcdir) -type d -print`; do \ | 49 | setwins=for file in `find $(srcdir) -type d -print`; do \ |