for today's python.el changes.
+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.
"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