Require secrets.el iif Emacs has dbusbind support
* test/lisp/net/secrets-tests.el: Require secrets.el if and only if, Emacs has been compiled with dbusbind support.
This commit is contained in:
parent
51c8369fa2
commit
79a3ad9592
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
;;; Code:
|
||||
|
||||
(require 'ert)
|
||||
(require 'secrets)
|
||||
(when (featurep 'dbusbind) (require 'secrets))
|
||||
(require 'notifications)
|
||||
|
||||
;; We do not want chatty messages.
|
||||
|
|
Loading…
Add table
Reference in a new issue