]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix test failure in custom--test-theme-variables
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 7 Sep 2020 16:19:40 +0000 (18:19 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 7 Sep 2020 16:19:47 +0000 (18:19 +0200)
* test/lisp/custom-tests.el (custom--test-theme-variables): "make
check" in the main directory didn't work because the path was
wrong.  Use EMACS_TEST_DIRECTORY to find the test directory
instead.

test/lisp/custom-tests.el

index 7853c84bb69e66c3694e5b2d9d7173d6f61ae390..cabbf861f1440f74d408af0f701a7b43365dbde6 100644 (file)
   "Test variables setting with enabling / disabling a custom theme."
   ;; We load custom-resources/custom--test-theme.el.
   (let ((custom-theme-load-path
-         `(,(expand-file-name "custom-resources" (file-name-directory #$)))))
+         `(,(expand-file-name
+            "custom-resources"
+            (expand-file-name "lisp" (getenv "EMACS_TEST_DIRECTORY"))))))
     (load-theme 'custom--test 'no-confirm 'no-enable)
     ;; The variables have still their initial values.
     (should (equal custom--test-user-option 'foo))