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)
This commit is contained in:
Ken Brown 2016-05-24 15:52:41 -04:00
parent e882e7a356
commit 6a28fa85a1

View file

@ -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)