1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

; Instrument filenotify test

* test/lisp/filenotify-tests.el (file-notify-test08-backup):
Instrument test.
This commit is contained in:
Michael Albinus 2026-01-27 18:49:37 +01:00
parent 50bb4ae1eb
commit d09cedc9bf

View file

@ -1256,6 +1256,10 @@ delivered."
:tags '(:expensive-test)
(skip-unless (file-notify--test-local-enabled))
(let ((file-notify-debug ;; Temporarily.
(or file-notify-debug
(getenv "EMACS_EMBA_CI"))))
(with-file-notify-test
(write-region "any text" nil file-notify--test-tmpfile nil 'no-message)
(should
@ -1334,7 +1338,7 @@ delivered."
(file-notify--rm-descriptor file-notify--test-desc)
;; The environment shall be cleaned up.
(file-notify--test-cleanup-p))))
(file-notify--test-cleanup-p)))))
(file-notify--deftest-remote file-notify-test08-backup
"Check that backup keeps file notification for remote files.")