branch: externals/hyperbole commit c6597714ea707cbd1bb9b4c92f778d67b710f74a Merge: 4c28ade4aa 89b2477423 Author: Robert Weiner <r...@gnu.org> Commit: GitHub <nore...@github.com>
Merge pull request #447 from rswgnu/matsl-rsw-remove-skip-unless-not-interactive Remove skip guard on test that works in batch mode --- ChangeLog | 5 +++++ test/hui-select-tests.el | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2458ead204..429df3831c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2024-01-17 Mats Lidell <ma...@gnu.org> + +* test/hui-select-tests.el (hui-select--thing): Remove not interactive + guard. + 2024-01-16 Mats Lidell <ma...@gnu.org> * Makefile (eln): Use echo target for showing build info as part of the diff --git a/test/hui-select-tests.el b/test/hui-select-tests.el index fb3ad9f4eb..6a72363fb6 100644 --- a/test/hui-select-tests.el +++ b/test/hui-select-tests.el @@ -3,7 +3,7 @@ ;; Author: Mats Lidell <ma...@gnu.org> ;; ;; Orig-Date: 14-Apr-22 at 23:45:52 -;; Last-Mod: 23-Nov-23 at 02:12:38 by Bob Weiner +;; Last-Mod: 16-Jan-24 at 17:57:01 by Mats Lidell ;; ;; SPDX-License-Identifier: GPL-3.0-or-later ;; @@ -82,7 +82,6 @@ (ert-deftest hui-select--thing () "`hui-select-thing' selects bigger sections of text when called repeatedly." - (skip-unless (not noninteractive)) (hui-select-reset) (with-temp-buffer (insert "Buffer\n\nParagraph\nline. One word.")