summaryrefslogtreecommitdiff
path: root/test/lisp/auth-source-tests.el
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2021-09-20 10:21:30 +0200
committerMichael Albinus <michael.albinus@gmx.de>2021-09-20 10:21:30 +0200
commit4ec00b0ff0db19dea79f28772ebb17e4b30ee2d4 (patch)
tree48684d15f9436fb52542235bda2c95ee872db926 /test/lisp/auth-source-tests.el
parentfc268ed4399724978b4c1c8385965e443da6ca2e (diff)
downloademacs-4ec00b0ff0db19dea79f28772ebb17e4b30ee2d4.tar.gz
Remove superfluous skip in auth-source-tests.el
* test/lisp/auth-source-tests.el (auth-source-test-netrc-create-secret): Remove superfluous skip.
Diffstat (limited to 'test/lisp/auth-source-tests.el')
-rw-r--r--test/lisp/auth-source-tests.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/lisp/auth-source-tests.el b/test/lisp/auth-source-tests.el
index 08e8325e9f7..226bb69c463 100644
--- a/test/lisp/auth-source-tests.el
+++ b/test/lisp/auth-source-tests.el
@@ -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)