]> code.delx.au - gnu-emacs/commitdiff
Fix failing echo-server-nowait test
authorKen Brown <kbrown@cornell.edu>
Tue, 24 May 2016 19:52:41 +0000 (15:52 -0400)
committerKen Brown <kbrown@cornell.edu>
Tue, 24 May 2016 19:55:03 +0000 (15:55 -0400)
* 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

index c9b7cc71b2e85a9bf3c2c6a4d27a88c7def9ce59..f30c92a1de5b3c18e96232cee6c6dcc84d406f52 100644 (file)
                                      :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)