From: Glenn Morris Date: Mon, 10 May 2021 18:37:40 +0000 (-0700) Subject: * test/src/emacs-module-tests.el (mod-test-file): Unbreak out-of-tree. X-Git-Tag: emacs-28.0.90~2527 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dd031f311f279b3179681a6668cff358db1f2370;p=emacs.git * test/src/emacs-module-tests.el (mod-test-file): Unbreak out-of-tree. --- diff --git a/test/src/emacs-module-tests.el b/test/src/emacs-module-tests.el index 0a68d51e3eb..a4d858113ed 100644 --- a/test/src/emacs-module-tests.el +++ b/test/src/emacs-module-tests.el @@ -37,7 +37,9 @@ "File name of the Emacs binary currently running.") (eval-and-compile - (defconst mod-test-file (ert-resource-file "mod-test") + (defconst mod-test-file + (expand-file-name "../test/src/emacs-module-resources/mod-test" + invocation-directory) "File name of the module test file.")) (require 'mod-test mod-test-file)