diff options
Diffstat (limited to 'test/lisp/progmodes/python-tests.el')
| -rw-r--r-- | test/lisp/progmodes/python-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/progmodes/python-tests.el b/test/lisp/progmodes/python-tests.el index 4b022fc815c..57e40ff640e 100644 --- a/test/lisp/progmodes/python-tests.el +++ b/test/lisp/progmodes/python-tests.el | |||
| @@ -2561,7 +2561,7 @@ if x: | |||
| 2561 | "Test `python-shell-virtualenv-root' modification." | 2561 | "Test `python-shell-virtualenv-root' modification." |
| 2562 | (let* ((python-shell-virtualenv-root "/env") | 2562 | (let* ((python-shell-virtualenv-root "/env") |
| 2563 | (process-environment | 2563 | (process-environment |
| 2564 | (let (process-environment process-environment) | 2564 | (let ((process-environment process-environment)) |
| 2565 | (setenv "PYTHONHOME" "/home") | 2565 | (setenv "PYTHONHOME" "/home") |
| 2566 | (setenv "VIRTUAL_ENV") | 2566 | (setenv "VIRTUAL_ENV") |
| 2567 | (python-shell-calculate-process-environment)))) | 2567 | (python-shell-calculate-process-environment)))) |