aboutsummaryrefslogtreecommitdiffstats
path: root/test/src
diff options
context:
space:
mode:
Diffstat (limited to 'test/src')
-rw-r--r--test/src/emacs-module-tests.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/src/emacs-module-tests.el b/test/src/emacs-module-tests.el
index 6851b890451..411b4505da0 100644
--- a/test/src/emacs-module-tests.el
+++ b/test/src/emacs-module-tests.el
@@ -288,6 +288,9 @@ during garbage collection."
288 (with-temp-buffer 288 (with-temp-buffer
289 (let ((standard-output (current-buffer))) 289 (let ((standard-output (current-buffer)))
290 (describe-function-1 #'mod-test-sum) 290 (describe-function-1 #'mod-test-sum)
291 (goto-char (point-min))
292 (while (re-search-forward "`[^']*/data/emacs-module/" nil t)
293 (replace-match "`data/emacs-module/"))
291 (should (equal 294 (should (equal
292 (buffer-substring-no-properties 1 (point-max)) 295 (buffer-substring-no-properties 1 (point-max))
293 (format "a module function in `data/emacs-module/mod-test%s'. 296 (format "a module function in `data/emacs-module/mod-test%s'.