mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Skip TLS tests if we don't have openssl
* test/lisp/net/network-stream-tests.el (connect-to-tls): Skip TLS tests if we don't have openssl and GnuTLS.
This commit is contained in:
parent
ea87d91d57
commit
04913ccfa9
1 changed files with 2 additions and 0 deletions
|
|
@ -163,6 +163,8 @@
|
|||
"-www"))
|
||||
|
||||
(ert-deftest connect-to-tls ()
|
||||
(skip-unless (executable-find "openssl"))
|
||||
(skip-unless (gnutls-available-p))
|
||||
(let ((server (make-tls-server))
|
||||
(times 0)
|
||||
proc status)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue