From 3065dfc6606e116c3dfca3a75a997c1a3a85fab5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mattias=20Engdeg=C3=A5rd?= Date: Wed, 9 Aug 2023 14:57:07 +0200 Subject: [PATCH] ; * test/lisp/net/tramp-tests.el: duck make-process bytecomp warning --- test/lisp/net/tramp-tests.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5