mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-07 20:30:32 -08:00
Remove superfluous skip in auth-source-tests.el
* test/lisp/auth-source-tests.el (auth-source-test-netrc-create-secret): Remove superfluous skip.
This commit is contained in:
parent
fc268ed439
commit
4ec00b0ff0
1 changed files with 0 additions and 1 deletions
|
|
@ -360,7 +360,6 @@
|
|||
(format "%s@%s" (plist-get auth-info :user) (plist-get auth-info :host))))))
|
||||
|
||||
(ert-deftest auth-source-test-netrc-create-secret ()
|
||||
(skip-unless secrets-enabled)
|
||||
(let* ((netrc-file (make-temp-file "auth-source-test"))
|
||||
(auth-sources (list netrc-file))
|
||||
(auth-source-save-behavior t)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue