Mute noisy test fixture for socks.el

* test/lisp/net/socks-tests.el:
(socks-tests-perform-hello-world-http-request): Bind
'inhibit-message' non-nil when in batch mode.
(Bug#46342)
This commit is contained in:
F. Jason Park 2021-02-20 06:50:30 -08:00 committed by Eli Zaretskii
parent 496bed5cf4
commit a6234bb5b4

View 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))