branch: externals/ivy
commit 80473bf5b8b0e0d63e5812f7574a2cea6f5c0892
Merge: dc9a36c 4de30b0
Author: Basil L. Contovounesios <conto...@tcd.ie>
Commit: Basil L. Contovounesios <conto...@tcd.ie>

    Merge branch 'master' into externals/ivy
---
 ivy-test.el | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/ivy-test.el b/ivy-test.el
index 062a08b..e44f15d 100644
--- a/ivy-test.el
+++ b/ivy-test.el
@@ -1080,9 +1080,10 @@ Since `execute-kbd-macro' doesn't pick up a let-bound 
`default-directory'.")
   (unless (file-exists-p ivy-empty)
     (make-directory ivy-empty))
   (should (equal (expand-file-name ivy-empty)
-                 (ivy-with
-                  '(read-directory-name "cd: " ivy-empty nil t)
-                  "RET")))
+                 (expand-file-name
+                  (ivy-with
+                   '(read-directory-name "cd: " ivy-empty nil t)
+                   "RET"))))
   (should
    (equal (expand-file-name "/tmp/")
           (ivy-with

Reply via email to