From 6a28fa85a106cad64fdc157b375c9b448785fb31 Mon Sep 17 00:00:00 2001 From: Ken Brown Date: Tue, 24 May 2016 15:52:41 -0400 Subject: [PATCH] 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) --- test/lisp/net/network-stream-tests.el | 1 + 1 file changed, 1 insertion(+) diff --git a/test/lisp/net/network-stream-tests.el b/test/lisp/net/network-stream-tests.el index c9b7cc71b2..f30c92a1de 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) -- 2.39.2