diff options
Diffstat (limited to 'test/automated/python-tests.el')
| -rw-r--r-- | test/automated/python-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/automated/python-tests.el b/test/automated/python-tests.el index e1eaeea2c38..47dfa4b64ed 100644 --- a/test/automated/python-tests.el +++ b/test/automated/python-tests.el | |||
| @@ -1753,7 +1753,7 @@ Using `python-shell-interpreter' and | |||
| 1753 | "Test `python-shell-exec-path' modification." | 1753 | "Test `python-shell-exec-path' modification." |
| 1754 | (let* ((original-exec-path exec-path) | 1754 | (let* ((original-exec-path exec-path) |
| 1755 | (python-shell-virtualenv-path | 1755 | (python-shell-virtualenv-path |
| 1756 | (directory-file-name user-emacs-directory)) | 1756 | (directory-file-name (expand-file-name user-emacs-directory))) |
| 1757 | (exec-path (python-shell-calculate-exec-path))) | 1757 | (exec-path (python-shell-calculate-exec-path))) |
| 1758 | (should (equal | 1758 | (should (equal |
| 1759 | exec-path | 1759 | exec-path |