From: Glenn Morris Date: Wed, 6 Jan 2016 18:08:35 +0000 (-0500) Subject: * test/lisp/emacs-lisp/package-tests.el X-Git-Tag: emacs-26.0.90~2821^2~9 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=baca4ad73e8b92b8ccf8ea9df1188b0195c1629b;p=emacs.git * test/lisp/emacs-lisp/package-tests.el (package-test-macro-compilation): Fixup branch merge. --- diff --git a/test/lisp/emacs-lisp/package-tests.el b/test/lisp/emacs-lisp/package-tests.el index 7206084f324..f8e05721255 100644 --- a/test/lisp/emacs-lisp/package-tests.el +++ b/test/lisp/emacs-lisp/package-tests.el @@ -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'.