mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Fix typo in network-stream-tests.el
* test/lisp/net/network-stream-tests.el (connect-to-tls-ipv6-nowait): Fix typo.
This commit is contained in:
parent
2946344a23
commit
add035f502
1 changed files with 1 additions and 1 deletions
|
|
@ -238,7 +238,7 @@
|
|||
(skip-unless (executable-find "gnutls-serv"))
|
||||
(skip-unless (gnutls-available-p))
|
||||
(skip-unless (not (eq system-type 'windows-nt)))
|
||||
(skip-unless (featurep 'make-network-process '(family ipv6)))
|
||||
(skip-unless (featurep 'make-network-process '(:family ipv6)))
|
||||
(let ((server (make-tls-server 44333))
|
||||
(times 0)
|
||||
proc status)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue