mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
; Skip autorevert test when notify support is missing
* test/lisp/autorevert-tests.el (auto-revert-test07-auto-revert-several-buffers): Skip if file notification support is not available. (Bug#76459)
This commit is contained in:
parent
230ecb1e27
commit
f8ff9592be
1 changed files with 2 additions and 0 deletions
|
|
@ -572,6 +572,8 @@ This expects `auto-revert--messages' to be bound by
|
||||||
;; This is inspired by Bug#44638, Bug#71424.
|
;; This is inspired by Bug#44638, Bug#71424.
|
||||||
(ert-deftest auto-revert-test07-auto-revert-several-buffers ()
|
(ert-deftest auto-revert-test07-auto-revert-several-buffers ()
|
||||||
"Check autorevert for several buffers visiting the same file."
|
"Check autorevert for several buffers visiting the same file."
|
||||||
|
(skip-unless (or file-notify--library
|
||||||
|
(file-remote-p temporary-file-directory)))
|
||||||
;; (with-auto-revert-test
|
;; (with-auto-revert-test
|
||||||
(ert-with-temp-file tmpfile
|
(ert-with-temp-file tmpfile
|
||||||
(let ((auto-revert-use-notify t)
|
(let ((auto-revert-use-notify t)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue