]> code.delx.au - gnu-emacs/blobdiff - test/lisp/net/network-stream-tests.el
Fix failing echo-server-nowait test
[gnu-emacs] / 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)