* test/lisp/emacs-lisp/package-tests.el

(package-test-macro-compilation): Fixup branch merge.
This commit is contained in:
Glenn Morris 2016-01-06 13:08:35 -05:00
parent 6a311d2072
commit baca4ad73e

View file

@ -244,7 +244,7 @@ Must called from within a `tar-mode' buffer."
(ert-deftest package-test-macro-compilation ()
"Install a package which includes a dependency."
(with-package-test (:basedir "data/package")
(with-package-test (:basedir "package-resources")
(package-install-file (expand-file-name "macro-problem-package-1.0/"))
(require 'macro-problem)
;; `macro-problem-func' uses a macro from `macro-aux'.