From 7e243a87904a036473c6ac87229d4ed652d1e49b Mon Sep 17 00:00:00 2001 From: Michael Albinus <michael.albinus@gmx.de> Date: Thu, 2 Apr 2020 10:00:32 +0200 Subject: [PATCH] ; * test/lisp/net/tramp-tests.el (tramp-test30-make-process): Instrument. --- test/lisp/net/tramp-tests.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el index 2deab9af250..77222197802 100644 --- a/test/lisp/net/tramp-tests.el +++ b/test/lisp/net/tramp-tests.el @@ -4333,6 +4333,7 @@ This tests also `make-symbolic-link', `file-truename' and `add-name-to-file'." ;; `make-process' supports file name handlers since Emacs 27. (skip-unless (tramp--test-emacs27-p)) + (tramp--test-instrument-test-case 10 (dolist (quoted (if (tramp--test-expensive-test) '(nil t) '(nil))) (let ((default-directory tramp-test-temporary-file-directory) (tmp-name1 (tramp--test-make-temp-name nil quoted)) @@ -4493,7 +4494,7 @@ This tests also `make-symbolic-link', `file-truename' and `add-name-to-file'." ;; Cleanup. (ignore-errors (delete-process proc)) - (ignore-errors (delete-file tmpfile))))))) + (ignore-errors (delete-file tmpfile)))))))) (ert-deftest tramp-test31-interrupt-process () "Check `interrupt-process'." -- 2.39.5