aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/lisp/net/network-stream-tests.el1
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)