* python-tests.el (python-shell-calculate-exec-path-2): Update test

for today's python.el changes.
This commit is contained in:
Glenn Morris 2014-08-18 15:15:06 -04:00
parent 5d3c0a067f
commit ca8a1945a6
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2014-08-18 Glenn Morris <rgm@gnu.org>
* automated/python-tests.el (python-shell-calculate-exec-path-2):
Update test for today's python.el changes.
2014-08-11 Glenn Morris <rgm@gnu.org>
* automated/data/files-bug18141.el.gz: New file.

View file

@ -1753,7 +1753,7 @@ Using `python-shell-interpreter' and
"Test `python-shell-exec-path' modification."
(let* ((original-exec-path exec-path)
(python-shell-virtualenv-path
(directory-file-name user-emacs-directory))
(directory-file-name (expand-file-name user-emacs-directory)))
(exec-path (python-shell-calculate-exec-path)))
(should (equal
exec-path