From: Ken Brown Date: Tue, 24 May 2016 19:52:41 +0000 (-0400) Subject: Fix failing echo-server-nowait test X-Git-Tag: emacs-26.0.90~1902 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6a28fa85a106cad64fdc157b375c9b448785fb31;p=emacs.git Fix failing echo-server-nowait test * test/lisp/net/network-stream-tests.el (echo-server-nowait): Specify IPv4 for the client, to match the family of the server. (Bug#23606) --- diff --git a/test/lisp/net/network-stream-tests.el b/test/lisp/net/network-stream-tests.el index c9b7cc71b2e..f30c92a1de5 100644 --- a/test/lisp/net/network-stream-tests.el +++ b/test/lisp/net/network-stream-tests.el @@ -145,6 +145,7 @@ :buffer (generate-new-buffer "*foo*") :host "localhost" :nowait t + :family 'ipv4 :service port))) (should (eq (process-status proc) 'connect)) (while (eq (process-status proc) 'connect)