diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/lisp/emacs-lisp/package-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." | |||
| 244 | 244 | ||
| 245 | (ert-deftest package-test-macro-compilation () | 245 | (ert-deftest package-test-macro-compilation () |
| 246 | "Install a package which includes a dependency." | 246 | "Install a package which includes a dependency." |
| 247 | (with-package-test (:basedir "data/package") | 247 | (with-package-test (:basedir "package-resources") |
| 248 | (package-install-file (expand-file-name "macro-problem-package-1.0/")) | 248 | (package-install-file (expand-file-name "macro-problem-package-1.0/")) |
| 249 | (require 'macro-problem) | 249 | (require 'macro-problem) |
| 250 | ;; `macro-problem-func' uses a macro from `macro-aux'. | 250 | ;; `macro-problem-func' uses a macro from `macro-aux'. |