diff options
Diffstat (limited to 'test/lisp/autorevert-tests.el')
| -rw-r--r-- | test/lisp/autorevert-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/autorevert-tests.el b/test/lisp/autorevert-tests.el index 8a0ce146fbb..a43a45fa0ee 100644 --- a/test/lisp/autorevert-tests.el +++ b/test/lisp/autorevert-tests.el | |||
| @@ -203,7 +203,7 @@ It is checked for buffer-local `auto-revert-notify-watch-descriptor'." | |||
| 203 | (tramp-dissect-file-name auto-revert--test-rootdir) t 'keep-password) | 203 | (tramp-dissect-file-name auto-revert--test-rootdir) t 'keep-password) |
| 204 | (condition-case err | 204 | (condition-case err |
| 205 | (funcall (ert-test-body ert-test)) | 205 | (funcall (ert-test-body ert-test)) |
| 206 | (error (message "%s" err) (signal (car err) (cdr err))))))) | 206 | (error (message "%s" err) (signal err)))))) |
| 207 | 207 | ||
| 208 | (defmacro with-auto-revert-test (&rest body) | 208 | (defmacro with-auto-revert-test (&rest body) |
| 209 | (declare (debug t)) | 209 | (declare (debug t)) |