mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
* test/lisp/autorevert-tests.el (auto-revert--deftest-remote):
Do not handle errors.
This commit is contained in:
parent
8783becbba
commit
9199643ab2
1 changed files with 1 additions and 3 deletions
|
|
@ -140,7 +140,6 @@ This expects `auto-revert--messages' to be bound by
|
|||
`(ert-deftest ,(intern (concat (symbol-name test) "-remote")) ()
|
||||
,docstring
|
||||
:tags '(:expensive-test)
|
||||
(condition-case err
|
||||
(let ((temporary-file-directory
|
||||
auto-revert-test-remote-temporary-file-directory)
|
||||
(auto-revert-remote-files t)
|
||||
|
|
@ -149,8 +148,7 @@ This expects `auto-revert--messages' to be bound by
|
|||
(skip-unless (auto-revert--test-enabled-remote))
|
||||
(tramp-cleanup-connection
|
||||
(tramp-dissect-file-name temporary-file-directory) nil 'keep-password)
|
||||
(funcall (ert-test-body ert-test)))
|
||||
(error (message "%s" err)))))
|
||||
(funcall (ert-test-body ert-test)))))
|
||||
|
||||
(ert-deftest auto-revert-test00-auto-revert-mode ()
|
||||
"Check autorevert for a file."
|
||||
|
|
|
|||
Loading…
Reference in a new issue