aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/lisp/net/secrets-tests.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/lisp/net/secrets-tests.el b/test/lisp/net/secrets-tests.el
index 9a61bca4351..b501fa602d0 100644
--- a/test/lisp/net/secrets-tests.el
+++ b/test/lisp/net/secrets-tests.el
@@ -232,7 +232,10 @@
232 "session" "baz" "secret" 232 "session" "baz" "secret"
233 :method "ssh" :user "joe" :host "other-host")) 233 :method "ssh" :user "joe" :host "other-host"))
234 234
235 ;; Search the items. 235 ;; Search the items. `secrets-search-items' uses
236 ;; `secrets-search-item-paths' internally, it is sufficient to
237 ;; test only one of them.
238 (should-not (secrets-search-item-paths "session" :user "john"))
236 (should-not (secrets-search-items "session" :user "john")) 239 (should-not (secrets-search-items "session" :user "john"))
237 (should-not 240 (should-not
238 (secrets-search-items "session" :xdg:schema "org.gnu.Emacs.foo")) 241 (secrets-search-items "session" :xdg:schema "org.gnu.Emacs.foo"))