From: Michael Albinus Date: Tue, 22 Apr 2014 10:52:08 +0000 (+0200) Subject: * automated/tramp-tests.el (tramp--test-check-files): Remove traces. X-Git-Tag: emacs-24.3.91~105 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d5ff4ded7a225306017006fc96b0a30180ae6f6b;p=emacs.git * automated/tramp-tests.el (tramp--test-check-files): Remove traces. --- diff --git a/test/ChangeLog b/test/ChangeLog index cf42099e3d3..d21f24ff1e8 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,7 +1,7 @@ 2014-04-22 Michael Albinus - * 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 diff --git a/test/automated/tramp-tests.el b/test/automated/tramp-tests.el index 372b00de35a..b6e757d3ae5 100644 --- a/test/automated/tramp-tests.el +++ b/test/automated/tramp-tests.el @@ -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 ()