el-get/test/el-get-issue-548.el
2012-02-13 21:31:16 -08:00

14 lines
480 B
EmacsLisp

;; https://github.com/dimitri/el-get/issues/548
;;
;; Use `default-directory' in :post-init and similar recipe init hooks.
(let ((debug-on-error t)
;; (el-get-byte-compile nil)
(el-get-verbose t))
(require 'el-get)
(el-get 'sync 'pcmpl-git)
(el-get-init 'pcmpl-git)
;; Verify that the option in :post-init was set correctly
(assert (string= pcmpl-git-options-file
(expand-file-name "git-options" (el-get-package-directory 'pcmpl-git)))))