lilyp pushed a commit to branch emacs-team
in repository guix.
commit 53384bf194923ed17e689faeb5de4324b9423ded
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Thu Mar 13 20:42:59 2025 +0100
gnu: emacs-lua-mode: Remove more faulty tests.
* gnu/packages/emacs-xyz.scm
(emacs-lua-mode)[#:phases]<remove-faulty-tests>:
Also remove “test/test-fill.el”.
---
gnu/packages/emacs-xyz.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index d5d8180e09..b587cc0135 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -18369,7 +18369,8 @@ using package inferred style.")
;; build to fail. Remove them until they are fixed by upstream.
(add-after 'unpack 'remove-faulty-tests
(lambda _
- (delete-file "test/test-indentation.el"))))))
+ (delete-file "test/test-indentation.el")
+ (delete-file "test/test-fill.el"))))))
(native-inputs
(list emacs-buttercup lua))
(home-page "https://github.com/immerrr/lua-mode/")