emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 24f1100 1/3: ; Remove tramp-tests instrumentation


From: Michael Albinus
Subject: [Emacs-diffs] master 24f1100 1/3: ; Remove tramp-tests instrumentation
Date: Thu, 24 Jan 2019 11:40:20 -0500 (EST)

branch: master
commit 24f11003d27cf81ae6c844b8aed825e1ab561654
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    ; Remove tramp-tests instrumentation
---
 test/lisp/net/tramp-tests.el | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el
index c9532f5..5adc6b1 100644
--- a/test/lisp/net/tramp-tests.el
+++ b/test/lisp/net/tramp-tests.el
@@ -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'."



reply via email to

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