branch: externals/hyperbole
commit 6c47ca382a7fa156c91b7d9b2fb98ec48ed764c1
Author: Mats Lidell <mats.lid...@lidells.se>
Commit: Mats Lidell <mats.lid...@lidells.se>

    Do no let test change org-publish-project-alist
---
 ChangeLog            | 6 ++++++
 test/hywiki-tests.el | 1 +
 2 files changed, 7 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 098d7538dc..ef14cab344 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2025-06-07  Mats Lidell  <ma...@gnu.org>
+
+* test/hywiki-tests.el
+    (hywiki-tests--published-html-links-to-word-and-section): Do no let test
+    change org-publish-project-alist.
+
 2025-06-06  Mats Lidell  <ma...@gnu.org>
 
 * test/hywiki-tests.el (hywiki-tests--wikiword-yanked-with-extra-words):
diff --git a/test/hywiki-tests.el b/test/hywiki-tests.el
index 09644e18e5..0250170b6d 100644
--- a/test/hywiki-tests.el
+++ b/test/hywiki-tests.el
@@ -784,6 +784,7 @@ body B
   "Verify published html links to WikiWord and section."
   :expected-result :failed
   (let* ((hywiki-directory (make-temp-file "hywiki_" t))
+         org-publish-project-alist
          (hywiki-org-publishing-directory (make-temp-file "public_html_" t))
          (wikipage (cdr (hywiki-add-page "WikiPage")))
          (wikipage-html (expand-file-name "WikiPage.html" 
hywiki-org-publishing-directory))

Reply via email to