From: Eli Zaretskii Date: Tue, 9 Feb 2016 19:07:11 +0000 (+0200) Subject: Fix network-stream-tests on MS-Windows X-Git-Tag: emacs-26.0.90~2689 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=53f3d4a94ac784da3fed3abc72766ecf698ab53c;p=emacs.git Fix network-stream-tests on MS-Windows * test/lisp/net/network-stream-tests.el (make-local-unix-server): Skip if local sockets are not supported. --- diff --git a/test/lisp/net/network-stream-tests.el b/test/lisp/net/network-stream-tests.el index 734f0771cd7..92c5370d527 100644 --- a/test/lisp/net/network-stream-tests.el +++ b/test/lisp/net/network-stream-tests.el @@ -27,6 +27,7 @@ (require 'gnutls) (ert-deftest make-local-unix-server () + (skip-unless (featurep 'make-network-process '(:family local))) (let* ((file (make-temp-name "/tmp/server-test")) (server (make-network-process