gnu: emacs-ssh-deploy: Fix tests.

* gnu/packages/emacs-xyz.scm (emacs-ssh-deploy)[arguments]: Add #:test-command.
This commit is contained in:
Liliana Marie Prikler 2025-04-05 10:31:08 +02:00
parent 2c423a18ac
commit b6f91dd894
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -38133,6 +38133,7 @@ passphrase until the first time you push to a remote.")
(sha256
(base32 "0fb88l3270d7l808q8x16zcvjgsjbyhgifgv17syfsj0ja63x28p"))))
(build-system emacs-build-system)
(arguments (list #:test-command #~(list "make" "test")))
(home-page "https://github.com/cjohansson/emacs-ssh-deploy")
(synopsis "Deployment via Tramp, global or per directory")
(description