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:
parent
496bed5cf4
commit
a6234bb5b4
1 changed files with 1 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue