emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master baca4ad: * test/lisp/emacs-lisp/package-tests.el


From: Glenn Morris
Subject: [Emacs-diffs] master baca4ad: * test/lisp/emacs-lisp/package-tests.el
Date: Wed, 06 Jan 2016 18:08:47 +0000

branch: master
commit baca4ad73e8b92b8ccf8ea9df1188b0195c1629b
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * test/lisp/emacs-lisp/package-tests.el
    
    (package-test-macro-compilation): Fixup branch merge.
---
 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 7206084..f8e0572 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'.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]