branch: externals/hyperbole
commit 58d5eec9c59141e72e429cc2eb198e2e50823c74
Author: bw <[email protected]>
Commit: bw <[email protected]>

    man-apropos-tests - (require 'man) to prevent any batch run failure
---
 ChangeLog                | 5 +++++
 test/demo-tests.el       | 3 ++-
 test/hibtypes-tests.el   | 5 +++--
 test/hmouse-drv-tests.el | 5 +++--
 4 files changed, 13 insertions(+), 5 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 00c6f4ac25..66d9bcbbbb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2026-02-28  Bob Weiner  <[email protected]>
 
+* test/hmouse-drv-tests.el (hbut-man-apropos-test):
+  test/hibtypes-tests.el (ibtypes::man-apropos-test):
+  test/demo-tests.el (demo-man-apropos-test): (require 'man) to prevent
+    any batch run failure.
+
 * hibtypes.el (man-apropos): Rewrite to simplify and target modern Emacs.
   hbut.el (ibut:label-separator-regexp): Remove newlines from this regexp
     to fix bug where when creating a new ibut will insert <[name]> and then
diff --git a/test/demo-tests.el b/test/demo-tests.el
index 6170738604..e1f4801dc6 100644
--- a/test/demo-tests.el
+++ b/test/demo-tests.el
@@ -3,7 +3,7 @@
 ;; Author:       Mats Lidell <[email protected]>
 ;;
 ;; Orig-Date:    30-Jan-21 at 12:00:00
-;; Last-Mod:     28-Sep-25 at 22:41:32 by Mats Lidell
+;; Last-Mod:     28-Feb-26 at 18:02:56 by Bob Weiner
 ;;
 ;; SPDX-License-Identifier: GPL-3.0-or-later
 ;;
@@ -391,6 +391,7 @@
 
 ;; Man apropos
 (ert-deftest demo-man-apropos-test ()
+  (require 'man)
   (with-temp-buffer
     (insert "rm (1)   - remove")
     (goto-char 2)
diff --git a/test/hibtypes-tests.el b/test/hibtypes-tests.el
index bff02fead4..1981a368f3 100644
--- a/test/hibtypes-tests.el
+++ b/test/hibtypes-tests.el
@@ -3,7 +3,7 @@
 ;; Author:       Mats Lidell <[email protected]>
 ;;
 ;; Orig-Date:    20-Feb-21 at 23:45:00
-;; Last-Mod:     10-Jun-25 at 17:44:05 by Mats Lidell
+;; Last-Mod:     28-Feb-26 at 18:04:06 by Bob Weiner
 ;;
 ;; SPDX-License-Identifier: GPL-3.0-or-later
 ;;
@@ -288,6 +288,7 @@
 
 ;; man-apropos
 (ert-deftest ibtypes::man-apropos-test ()
+  (require 'man)
   (with-temp-buffer
     (insert "rm (1)   - remove")
     (goto-char 2)
@@ -334,7 +335,7 @@
     (goto-line 2)
     (should-not (eq (hattr:get (hbut:at-p) 'actype) 'hib-link-to-file-line))
     (should-not (ibtypes::ripgrep-msg))))
-  
+
 ;; grep-msg
 
 ;; debugger-source
diff --git a/test/hmouse-drv-tests.el b/test/hmouse-drv-tests.el
index b964b85868..c177b13e51 100644
--- a/test/hmouse-drv-tests.el
+++ b/test/hmouse-drv-tests.el
@@ -3,7 +3,7 @@
 ;; Author:       Mats Lidell <[email protected]>
 ;;
 ;; Orig-Date:    28-Feb-21 at 22:52:00
-;; Last-Mod:     23-Nov-25 at 12:59:17 by Bob Weiner
+;; Last-Mod:     28-Feb-26 at 18:04:15 by Bob Weiner
 ;;
 ;; SPDX-License-Identifier: GPL-3.0-or-later
 ;;
@@ -87,7 +87,7 @@
         (goto-char 4)
         (action-key))
     (ibtype:delete 'ibtypes::defal-func)))
-  
+
 (ert-deftest hbut-defal-fails-on-file-missing ()
   (defal defal-path-missing "${hyperb:dir}/\\1")
   (unwind-protect
@@ -551,6 +551,7 @@
 
 ;; man-apropos
 (ert-deftest hbut-man-apropos-test ()
+  (require 'man)
   (with-temp-buffer
     (insert "rm (1)   - remove")
     (goto-char 2)

Reply via email to