mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 10:27:41 +00:00
Fix echo-server-with-dns test
This test wasn't being run because the check for DNS was inverted. * test/lisp/net/network-stream-tests.el (echo-server-with-dns): Use 'skip-when' instead of 'ert-skip'.
This commit is contained in:
parent
0264ab1118
commit
1c168e166d
1 changed files with 1 additions and 3 deletions
|
|
@ -151,9 +151,7 @@
|
|||
return t))
|
||||
|
||||
(ert-deftest echo-server-with-dns ()
|
||||
(unless (network-test--resolve-system-name)
|
||||
(ert-skip "Can't test resolver for (system-name)"))
|
||||
|
||||
(skip-when (network-test--resolve-system-name))
|
||||
(let* ((server (make-server (system-name)))
|
||||
(port (aref (process-contact server :local) 4))
|
||||
(proc (make-network-process :name "foo"
|
||||
|
|
|
|||
Loading…
Reference in a new issue