el-get/test/issues/el-get-issue-548.el
Noam Postavsky d79c395f22 enable ert tests in travis, reorganize test files
rename ert tests file test.el => el-get-tests.el
move el-get-issue-* files to separate dir
2015-11-13 23:39:27 -05:00

13 lines
411 B
EmacsLisp

;; https://github.com/dimitri/el-get/issues/548
;;
;; Use `default-directory' in :post-init and similar recipe init hooks.
(setq debug-on-error t
el-get-verbose t)
(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))))