From: Ulrich Müller Date: Fri, 21 Feb 2025 08:15:50 +0000 (+0100) Subject: ; Skip autorevert test when notify support is missing X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ff7ddd96cb7906c41e73758b51d40b6ea0dfe451;p=emacs.git ; 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) (cherry picked from commit f8ff9592be9181465740ee98b71513cdbcafc35f) --- diff --git a/test/lisp/autorevert-tests.el b/test/lisp/autorevert-tests.el index 319f3285d2d..d8115b444de 100644 --- a/test/lisp/autorevert-tests.el +++ b/test/lisp/autorevert-tests.el @@ -581,6 +581,8 @@ This expects `auto-revert--messages' to be bound by ;; This is inspired by Bug#44638, Bug#71424. (ert-deftest auto-revert-test07-auto-revert-several-buffers () "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 (ert-with-temp-file tmpfile (let ((auto-revert-use-notify t)