; * test/lisp/net/tramp-tests.el: duck make-process bytecomp warning
This commit is contained in:
parent
caa3bc8aa8
commit
3065dfc660
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue