emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master a6234bb: Mute noisy test fixture for socks.el


From: Eli Zaretskii
Subject: master a6234bb: Mute noisy test fixture for socks.el
Date: Sat, 20 Feb 2021 10:17:00 -0500 (EST)

branch: master
commit a6234bb5b4cfa9f073e324f01210adf368abc4f1
Author: F. Jason Park <jp@neverwas.me>
Commit: Eli Zaretskii <eliz@gnu.org>

    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 9a2dcba..71bdd74 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]