diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2016-03-29 09:26:05 +0200 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2016-03-29 09:26:05 +0200 |
commit | add035f502c7d2ba40966f18c52f22e827047b23 (patch) | |
tree | 98d9939b57b655129ac3f53630546b29b684500f /test/lisp/net/network-stream-tests.el | |
parent | 2946344a231a915d5143017b70e91a9a7a9b11aa (diff) | |
download | emacs-add035f502c7d2ba40966f18c52f22e827047b23.tar.gz emacs-add035f502c7d2ba40966f18c52f22e827047b23.tar.bz2 emacs-add035f502c7d2ba40966f18c52f22e827047b23.zip |
Fix typo in network-stream-tests.el
* test/lisp/net/network-stream-tests.el
(connect-to-tls-ipv6-nowait): Fix typo.
Diffstat (limited to 'test/lisp/net/network-stream-tests.el')
-rw-r--r-- | test/lisp/net/network-stream-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/net/network-stream-tests.el b/test/lisp/net/network-stream-tests.el index 91cc8b98ccd..c9b7cc71b2e 100644 --- a/test/lisp/net/network-stream-tests.el +++ b/test/lisp/net/network-stream-tests.el @@ -238,7 +238,7 @@ (skip-unless (executable-find "gnutls-serv")) (skip-unless (gnutls-available-p)) (skip-unless (not (eq system-type 'windows-nt))) - (skip-unless (featurep 'make-network-process '(family ipv6))) + (skip-unless (featurep 'make-network-process '(:family ipv6))) (let ((server (make-tls-server 44333)) (times 0) proc status) |