]> git.eshelyaron.com Git - emacs.git/commitdiff
Mute noisy test fixture for socks.el
authorF. Jason Park <jp@neverwas.me>
Sat, 20 Feb 2021 14:50:30 +0000 (06:50 -0800)
committerEli Zaretskii <eliz@gnu.org>
Sat, 20 Feb 2021 15:15:44 +0000 (17:15 +0200)
* test/lisp/net/socks-tests.el:
(socks-tests-perform-hello-world-http-request): Bind
'inhibit-message' non-nil when in batch mode.
(Bug#46342)

test/lisp/net/socks-tests.el

index 9a2dcba9daf50fa098a6dbe5846cbd3e4ce44c4e..71bdd74890a5b619fd5125ace5dacd4f170eabb0 100644 (file)
@@ -173,6 +173,7 @@ Vectors must match verbatim. Strings are considered regex patterns.")
                (goto-char (point-min))
                (should (search-forward "Hello World" nil t))
                (setq done t)))
+         (inhibit-message noninteractive)
          (buf (url-http url cb '(nil)))
          (proc (get-buffer-process buf))
          (attempts 10))