]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in network-stream-tests.el
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 29 Mar 2016 07:26:05 +0000 (09:26 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Tue, 29 Mar 2016 07:26:05 +0000 (09:26 +0200)
* test/lisp/net/network-stream-tests.el
(connect-to-tls-ipv6-nowait): Fix typo.

test/lisp/net/network-stream-tests.el

index 91cc8b98ccd0f307c14b977576278a8edd5a76f8..c9b7cc71b2e85a9bf3c2c6a4d27a88c7def9ce59 100644 (file)
   (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)