From a6234bb5b4cfa9f073e324f01210adf368abc4f1 Mon Sep 17 00:00:00 2001 From: "F. Jason Park" Date: Sat, 20 Feb 2021 06:50:30 -0800 Subject: [PATCH] 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) --- test/lisp/net/socks-tests.el | 1 + 1 file changed, 1 insertion(+) diff --git a/test/lisp/net/socks-tests.el b/test/lisp/net/socks-tests.el index 9a2dcba9daf..71bdd74890a 100644 --- a/test/lisp/net/socks-tests.el +++ b/test/lisp/net/socks-tests.el @@ -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)) -- 2.39.2