branch: elpa/flx
commit c3229e0075959eeb41f20008440bfa7ad40a995b
Author: Le Wang <l26w...@gmail.com>
Commit: Le Wang <l26w...@gmail.com>

    cask install into project root
---
 tests/run-test.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/run-test.el b/tests/run-test.el
index 93df0b08fa..c9842f7348 100644
--- a/tests/run-test.el
+++ b/tests/run-test.el
@@ -25,7 +25,7 @@
 
 ;; Cask
 (setq package-user-dir
-      (expand-file-name (format "~/.cask/%s/elpa" emacs-version)))
+      (expand-file-name (format ".cask/%s/elpa" emacs-version) flx-root-dir))
 (package-initialize)
 
 

Reply via email to