]> git.eshelyaron.com Git - emacs.git/commitdiff
; * test/lisp/net/tramp-tests.el (tramp-test30-make-process): Instrument.
authorMichael Albinus <michael.albinus@gmx.de>
Thu, 2 Apr 2020 08:00:32 +0000 (10:00 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Thu, 2 Apr 2020 08:00:32 +0000 (10:00 +0200)
test/lisp/net/tramp-tests.el

index 2deab9af250d2641dba3f13c1c3e454165cdb765..7722219780232e04d8138c892e45142041306b98 100644 (file)
@@ -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'."