diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.in b/test/Makefile.in index 5d8ec65529a..9c1f2d2658f 100644 --- a/test/Makefile.in +++ b/test/Makefile.in | |||
| @@ -80,7 +80,7 @@ EMACS_EXTRAOPT= | |||
| 80 | # Command line flags for Emacs. | 80 | # Command line flags for Emacs. |
| 81 | # Apparently MSYS bash would convert "-L :" to "-L ;" anyway, | 81 | # Apparently MSYS bash would convert "-L :" to "-L ;" anyway, |
| 82 | # but we might as well be explicit. | 82 | # but we might as well be explicit. |
| 83 | EMACSOPT = -batch --no-site-file --no-site-lisp -module-assertions -L "$(SEPCHAR)$(srcdir)" $(EMACS_EXTRAOPT) | 83 | EMACSOPT = -batch --no-site-file --no-site-lisp -L "$(SEPCHAR)$(srcdir)" $(EMACS_EXTRAOPT) |
| 84 | 84 | ||
| 85 | # Prevent any settings in the user environment causing problems. | 85 | # Prevent any settings in the user environment causing problems. |
| 86 | unexport EMACSDATA EMACSDOC EMACSPATH GREP_OPTIONS | 86 | unexport EMACSDATA EMACSDOC EMACSPATH GREP_OPTIONS |