diff options
| author | Ken Brown | 2016-05-24 15:52:41 -0400 |
|---|---|---|
| committer | Ken Brown | 2016-05-24 15:55:03 -0400 |
| commit | 6a28fa85a106cad64fdc157b375c9b448785fb31 (patch) | |
| tree | 56dbc545692c44b194ffbf540f7221bad865e9f3 | |
| parent | e882e7a35673204397c295b6e92e66e3207a901e (diff) | |
| download | emacs-6a28fa85a106cad64fdc157b375c9b448785fb31.tar.gz emacs-6a28fa85a106cad64fdc157b375c9b448785fb31.zip | |
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)
| -rw-r--r-- | test/lisp/net/network-stream-tests.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lisp/net/network-stream-tests.el b/test/lisp/net/network-stream-tests.el index c9b7cc71b2e..f30c92a1de5 100644 --- a/test/lisp/net/network-stream-tests.el +++ b/test/lisp/net/network-stream-tests.el | |||
| @@ -145,6 +145,7 @@ | |||
| 145 | :buffer (generate-new-buffer "*foo*") | 145 | :buffer (generate-new-buffer "*foo*") |
| 146 | :host "localhost" | 146 | :host "localhost" |
| 147 | :nowait t | 147 | :nowait t |
| 148 | :family 'ipv4 | ||
| 148 | :service port))) | 149 | :service port))) |
| 149 | (should (eq (process-status proc) 'connect)) | 150 | (should (eq (process-status proc) 'connect)) |
| 150 | (while (eq (process-status proc) 'connect) | 151 | (while (eq (process-status proc) 'connect) |