aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/auth-source-tests.el
diff options
context:
space:
mode:
authorMichael Albinus2021-09-20 10:21:30 +0200
committerMichael Albinus2021-09-20 10:21:30 +0200
commit4ec00b0ff0db19dea79f28772ebb17e4b30ee2d4 (patch)
tree48684d15f9436fb52542235bda2c95ee872db926 /test/lisp/auth-source-tests.el
parentfc268ed4399724978b4c1c8385965e443da6ca2e (diff)
downloademacs-4ec00b0ff0db19dea79f28772ebb17e4b30ee2d4.tar.gz
emacs-4ec00b0ff0db19dea79f28772ebb17e4b30ee2d4.zip
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 @@
360 (format "%s@%s" (plist-get auth-info :user) (plist-get auth-info :host)))))) 360 (format "%s@%s" (plist-get auth-info :user) (plist-get auth-info :host))))))
361 361
362(ert-deftest auth-source-test-netrc-create-secret () 362(ert-deftest auth-source-test-netrc-create-secret ()
363 (skip-unless secrets-enabled)
364 (let* ((netrc-file (make-temp-file "auth-source-test")) 363 (let* ((netrc-file (make-temp-file "auth-source-test"))
365 (auth-sources (list netrc-file)) 364 (auth-sources (list netrc-file))
366 (auth-source-save-behavior t) 365 (auth-source-save-behavior t)