; * test/lisp/net/tramp-tests.el: duck make-process bytecomp warning

This commit is contained in:
Mattias Engdegård 2023-08-09 14:57:07 +02:00
parent caa3bc8aa8
commit 3065dfc660

View file

@ -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