diff options
author | Robert Pluim <rpluim@gmail.com> | 2021-02-25 16:33:47 +0100 |
---|---|---|
committer | Robert Pluim <rpluim@gmail.com> | 2021-02-25 16:44:43 +0100 |
commit | 6c5e86fc175f06a7d37649d4130cf39fc0702278 (patch) | |
tree | cfc4aea1cd2656235544af387c702a9cc17cb202 | |
parent | a1673d329643073233114c22d6d2c1af8dffa51b (diff) | |
download | emacs-6c5e86fc175f06a7d37649d4130cf39fc0702278.tar.gz |
* Specify 'ipv4 when testing ipv4 in network-stream-tests.el
* test/lisp/net/network-stream-tests.el
(connect-to-tls-ipv4-nowait): Specify :family 'ipv4.
-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 0fb24d27011..cc43992f0f0 100644 --- a/test/lisp/net/network-stream-tests.el +++ b/test/lisp/net/network-stream-tests.el @@ -315,6 +315,7 @@ :name "bar" :buffer (generate-new-buffer "*foo*") :nowait t + :family 'ipv4 :tls-parameters (cons 'gnutls-x509pki (gnutls-boot-parameters |