mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 16:51:06 -07:00
Fix previous network stream test
* test/lisp/net/network-stream-tests.el (network-test--resolve-system-name): There's only one ipv6 localhost address.
This commit is contained in:
parent
99e9bdcd41
commit
89dbd0838b
1 changed files with 2 additions and 2 deletions
|
|
@ -142,8 +142,8 @@
|
|||
;; IPv4 localhost addresses start with 127.
|
||||
(= (elt address 0) 127))
|
||||
(and (= (length address) 9)
|
||||
;; IPv6 localhost addresses start with 0.
|
||||
(= (elt address 0) 0)))
|
||||
;; IPv6 localhost address.
|
||||
(equal address [0 0 0 0 0 0 0 1 0])))
|
||||
return t))
|
||||
|
||||
(ert-deftest echo-server-with-dns ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue