; Remove tramp-tests instrumentation

This commit is contained in:
Michael Albinus 2019-01-24 14:36:38 +01:00
parent f3f9a3582e
commit 24f11003d2

View file

@ -3806,7 +3806,6 @@ This tests also `make-symbolic-link', `file-truename' and `add-name-to-file'."
(skip-unless (tramp--test-enabled))
(skip-unless (tramp--test-sh-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-name (tramp--test-make-temp-name nil quoted))
@ -3864,7 +3863,7 @@ This tests also `make-symbolic-link', `file-truename' and `add-name-to-file'."
(should (string-equal (buffer-string) "foo")))
;; Cleanup.
(ignore-errors (delete-process proc)))))))
(ignore-errors (delete-process proc))))))
(ert-deftest tramp-test30-make-process ()
"Check `make-process'."
@ -3873,7 +3872,6 @@ This tests also `make-symbolic-link', `file-truename' and `add-name-to-file'."
(skip-unless (tramp--test-sh-p))
(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-name (tramp--test-make-temp-name nil quoted))
@ -3990,7 +3988,7 @@ This tests also `make-symbolic-link', `file-truename' and `add-name-to-file'."
;; Cleanup.
(ignore-errors (delete-process proc))
(ignore-errors (kill-buffer stderr))))))))
(ignore-errors (kill-buffer stderr)))))))
(ert-deftest tramp-test31-interrupt-process ()
"Check `interrupt-process'."