emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 7e243a8: ; * test/lisp/net/tramp-tests.el (tramp-test30-make-proc


From: Michael Albinus
Subject: master 7e243a8: ; * test/lisp/net/tramp-tests.el (tramp-test30-make-process): Instrument.
Date: Thu, 2 Apr 2020 04:00:40 -0400 (EDT)

branch: master
commit 7e243a87904a036473c6ac87229d4ed652d1e49b
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    ; * 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 2deab9a..7722219 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'."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]