mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 22:07:36 +00:00
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:
parent
e882e7a356
commit
6a28fa85a1
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue