lilyp pushed a commit to branch emacs-team
in repository guix.
commit 5cb03eccbf9f9112b7992a14c9a262f63cedf7c7
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 f1fb60e7a5..d6db09e475 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -18324,7 +18324,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/")