]> code.delx.au - gnu-emacs/commitdiff
* automated/tramp-tests.el (tramp--test-check-files): Remove traces.
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 22 Apr 2014 10:52:08 +0000 (12:52 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Tue, 22 Apr 2014 10:52:08 +0000 (12:52 +0200)
test/ChangeLog
test/automated/tramp-tests.el

index cf42099e3d337f2a33841ac27ee61c26fedc0b23..d21f24ff1e8c03ebd3551036855396d251dd7aa0 100644 (file)
@@ -1,7 +1,7 @@
 2014-04-22  Michael Albinus  <michael.albinus@gmx.de>
 
-       * automated/tramp-tests.el (tramp-test30-special-characters):
-       Remove test for backslash.
+       * automated/tramp-tests.el (tramp--test-check-files): Remove traces.
+       (tramp-test30-special-characters): Remove test for backslash.
 
 2014-04-20  Michael Albinus  <michael.albinus@gmx.de>
 
index 372b00de35a82e82c5d91ef760b127436cd8432c..b6e757d3ae52d9d89f4337564f61767d1cdb68dd 100644 (file)
@@ -1426,7 +1426,6 @@ This tests also `make-symbolic-link', `file-truename' and `add-name-to-file'."
 
 (defun tramp--test-check-files (&rest files)
   "Runs a simple but comprehensive test over every file in FILES."
-  (tramp--instrument-test-case 10
   (let ((tmp-name1 (tramp--test-make-temp-name))
        (tmp-name2 (tramp--test-make-temp-name 'local)))
     (unwind-protect
@@ -1457,7 +1456,7 @@ This tests also `make-symbolic-link', `file-truename' and `add-name-to-file'."
                          tmp-name2 nil directory-files-no-dot-files-regexp)
                         (sort files 'string-lessp))))
       (ignore-errors (delete-directory tmp-name1 'recursive))
-      (ignore-errors (delete-directory tmp-name2 'recursive))))))
+      (ignore-errors (delete-directory tmp-name2 'recursive)))))
 
 ;; This test is inspired by Bug#17238.
 (ert-deftest tramp-test30-special-characters ()