diff options
| -rw-r--r-- | test/lisp/eshell/eshell-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/eshell/eshell-tests.el b/test/lisp/eshell/eshell-tests.el index cefbeef5677..330dd87ae4c 100644 --- a/test/lisp/eshell/eshell-tests.el +++ b/test/lisp/eshell/eshell-tests.el | |||
| @@ -33,7 +33,7 @@ | |||
| 33 | `(let* ((eshell-directory-name (make-temp-file "eshell" t)) | 33 | `(let* ((eshell-directory-name (make-temp-file "eshell" t)) |
| 34 | ;; We want no history file, so prevent Eshell from falling | 34 | ;; We want no history file, so prevent Eshell from falling |
| 35 | ;; back on $HISTFILE. | 35 | ;; back on $HISTFILE. |
| 36 | (_ (setenv "HISTFILE")) | 36 | (process-environment (cons "HISTFILE" process-environment)) |
| 37 | (eshell-history-file-name nil) | 37 | (eshell-history-file-name nil) |
| 38 | (eshell-buffer (eshell t))) | 38 | (eshell-buffer (eshell t))) |
| 39 | (unwind-protect | 39 | (unwind-protect |