gnu: emacs-objed: Fix tests.

* gnu/packages/emacs-xyz.scm (emacs-objed): Fix tests.
  [arguments]<test-command>: Set it.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
Nicolas Graves 2025-04-27 16:52:49 +02:00 committed by Liliana Marie Prikler
parent 79518c4d2e
commit 2b955c5b75
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -40954,6 +40954,10 @@ your left hand, and consonants are input with your right hand.")
(base32
"1s38d6bvggdk5p45ww1jb4gxifzgjwgw1m6ar920nlg0j4fgbcvr"))))
(build-system emacs-build-system)
(arguments
(list #:test-command
#~(list "emacs" "-Q" "-batch"
"-l" "test/elpa.el" "-l" "test/make-test.el")))
(home-page "https://github.com/clemera/objed")
(synopsis "Navigate and edit text objects")
(description