]> code.delx.au - gnu-emacs/blobdiff - test/lisp/net/network-stream-tests.el
Fix typo in network-stream-tests.el
[gnu-emacs] / 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)