Revert last patch. The problem happens in the trunk.
This commit is contained in:
parent
3340452bdc
commit
22a949d699
2 changed files with 1 additions and 7 deletions
|
@ -1,8 +1,3 @@
|
|||
2014-06-01 Michael Albinus <michael.albinus@gmx.de>
|
||||
|
||||
* automated/tramp-tests.el (tramp-test29-vc-registered):
|
||||
Instrument failed test case.
|
||||
|
||||
2014-05-08 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
|
||||
|
|
|
@ -1394,7 +1394,6 @@ This tests also `make-symbolic-link', `file-truename' and `add-name-to-file'."
|
|||
(tramp-find-foreign-file-name-handler tramp-test-temporary-file-directory)
|
||||
'tramp-sh-file-name-handler))
|
||||
|
||||
(tramp--instrument-test-case 10
|
||||
(let* ((default-directory tramp-test-temporary-file-directory)
|
||||
(tmp-name1 (tramp--test-make-temp-name))
|
||||
(tmp-name2 (expand-file-name "foo" tmp-name1))
|
||||
|
@ -1430,7 +1429,7 @@ This tests also `make-symbolic-link', `file-truename' and `add-name-to-file'."
|
|||
(list (file-name-nondirectory tmp-name2)))))
|
||||
(should (vc-registered tmp-name2)))
|
||||
|
||||
(ignore-errors (delete-directory tmp-name1 'recursive))))))
|
||||
(ignore-errors (delete-directory tmp-name1 'recursive)))))
|
||||
|
||||
(defun tramp--test-check-files (&rest files)
|
||||
"Runs a simple but comprehensive test over every file in FILES."
|
||||
|
|
Loading…
Add table
Reference in a new issue