]> git.eshelyaron.com Git - emacs.git/commitdiff
* python-tests.el (python-shell-calculate-exec-path-2): Update test
authorGlenn Morris <rgm@gnu.org>
Mon, 18 Aug 2014 19:15:06 +0000 (15:15 -0400)
committerGlenn Morris <rgm@gnu.org>
Mon, 18 Aug 2014 19:15:06 +0000 (15:15 -0400)
for today's python.el changes.

test/ChangeLog
test/automated/python-tests.el

index d5c5e58f09c27daa7a00a09bd3d8777e99910d01..90b30a4dd6670ba0aa26568f72bac3951db9c89e 100644 (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.
index e1eaeea2c385e2d8aff4b0fa3aeeaf1cdb250746..47dfa4b64ed2f1fb18cfd9a3a782bc175e0c522d 100644 (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