]> git.eshelyaron.com Git - emacs.git/commitdiff
; * test/lisp/net/tramp-tests.el (tramp-test28-process-file): Instrument test.
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 23 Aug 2020 11:19:02 +0000 (13:19 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Sun, 23 Aug 2020 11:19:02 +0000 (13:19 +0200)
test/lisp/net/tramp-tests.el

index 05196e7e4a6efb121922ebd9f255c36b7f0bc7a6..561dd268f84b6c85ec4ac9ff2c893726d3647873 100644 (file)
@@ -4229,6 +4229,7 @@ This tests also `make-symbolic-link', `file-truename' and `add-name-to-file'."
   (skip-unless (or (tramp--test-adb-p) (tramp--test-sh-p)))
   (skip-unless (not (tramp--test-crypt-p)))
 
+  (tramp--test-instrument-test-case 10
   (dolist (quoted (if (tramp--test-expensive-test) '(nil t) '(nil)))
     (let* ((tmp-name (tramp--test-make-temp-name nil quoted))
           (fnnd (file-name-nondirectory tmp-name))
@@ -4289,7 +4290,7 @@ This tests also `make-symbolic-link', `file-truename' and `add-name-to-file'."
              (should-not (get-buffer-window (current-buffer) t))))
 
        ;; Cleanup.
-       (ignore-errors (delete-file tmp-name))))))
+       (ignore-errors (delete-file tmp-name)))))))
 
 ;; Must be a command, because used as `sigusr' handler.
 (defun tramp--test-timeout-handler (&rest _ignore)