]> code.delx.au - gnu-emacs/commitdiff
Don't run ipv6 test on systems without ipv6
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Sat, 5 Mar 2016 15:46:42 +0000 (16:46 +0100)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Sat, 5 Mar 2016 16:04:33 +0000 (17:04 +0100)
* test/lisp/net/network-stream-tests.el
(connect-to-tls-ipv6-nowait): Skip on systems without ipv6.

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

index c6a20b09690eb0fdb26f86707f77e94566fa7a33..dbbf40bfac1d71d33521cdab2318fe15c6bfe221 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)))
   (let ((server (make-tls-server 44333))
         (times 0)
         proc status)