emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 6a28fa8: Fix failing echo-server-nowait test


From: Ken Brown
Subject: [Emacs-diffs] master 6a28fa8: Fix failing echo-server-nowait test
Date: Tue, 24 May 2016 19:55:51 +0000 (UTC)

branch: master
commit 6a28fa85a106cad64fdc157b375c9b448785fb31
Author: Ken Brown <address@hidden>
Commit: Ken Brown <address@hidden>

    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 c9b7cc7..f30c92a 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]