diff options
| author | Robert Pluim | 2021-02-25 16:33:47 +0100 |
|---|---|---|
| committer | Robert Pluim | 2021-02-25 16:44:43 +0100 |
| commit | 6c5e86fc175f06a7d37649d4130cf39fc0702278 (patch) | |
| tree | cfc4aea1cd2656235544af387c702a9cc17cb202 | |
| parent | a1673d329643073233114c22d6d2c1af8dffa51b (diff) | |
| download | emacs-6c5e86fc175f06a7d37649d4130cf39fc0702278.tar.gz emacs-6c5e86fc175f06a7d37649d4130cf39fc0702278.zip | |
* 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 @@ | |||
| 315 | :name "bar" | 315 | :name "bar" |
| 316 | :buffer (generate-new-buffer "*foo*") | 316 | :buffer (generate-new-buffer "*foo*") |
| 317 | :nowait t | 317 | :nowait t |
| 318 | :family 'ipv4 | ||
| 318 | :tls-parameters | 319 | :tls-parameters |
| 319 | (cons 'gnutls-x509pki | 320 | (cons 'gnutls-x509pki |
| 320 | (gnutls-boot-parameters | 321 | (gnutls-boot-parameters |