From: Mattias EngdegÄrd Date: Wed, 9 Aug 2023 12:57:07 +0000 (+0200) Subject: ; * test/lisp/net/tramp-tests.el: duck make-process bytecomp warning X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3065dfc6606e116c3dfca3a75a997c1a3a85fab5;p=emacs.git ; * test/lisp/net/tramp-tests.el: duck make-process bytecomp warning --- diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el index a6c430fb1c0..b1d39c413dc 100644 --- a/test/lisp/net/tramp-tests.el +++ b/test/lisp/net/tramp-tests.el @@ -5370,7 +5370,7 @@ If UNSTABLE is non-nil, the test is tagged as `:unstable'." (let ((default-directory ert-remote-temporary-file-directory) (tmp-name (tramp--test-make-temp-name nil quoted)) kill-buffer-query-functions command proc) - (should-not (make-process)) + (should-not (apply #'make-process nil)) ; use `apply' to avoid warnings ;; Simple process. (unwind-protect