diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el index 34782e7f15..b41f5bad87 100644 --- a/test/lisp/net/tramp-tests.el +++ b/test/lisp/net/tramp-tests.el @@ -5213,6 +5213,7 @@ tramp-test35-remote-path ;; Since Emacs 27.1. (skip-unless (fboundp 'exec-path)) + (tramp--test-instrument-test-case 6 (let* ((tmp-name (tramp--test-make-temp-name)) (default-directory tramp-test-temporary-file-directory) (orig-exec-path (with-no-warnings (exec-path))) @@ -5267,7 +5268,7 @@ tramp-test35-remote-path ;; Cleanup. (tramp-cleanup-connection tramp-test-vec 'keep-debug 'keep-password) (setq tramp-remote-path orig-tramp-remote-path) - (ignore-errors (delete-directory tmp-name 'recursive))))) + (ignore-errors (delete-directory tmp-name 'recursive)))))) (ert-deftest tramp-test36-vc-registered () "Check `vc-registered'."