From dd031f311f279b3179681a6668cff358db1f2370 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 10 May 2021 11:37:40 -0700 Subject: [PATCH] * test/src/emacs-module-tests.el (mod-test-file): Unbreak out-of-tree. --- test/src/emacs-module-tests.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) -- 2.39.2