mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
Fix auto-revert-test05-global-notify
* test/lisp/autorevert-tests.el (auto-revert-test05-global-notify): Adapt test for killed buffer.
This commit is contained in:
parent
68b8f3128f
commit
8fbf816ccd
1 changed files with 1 additions and 1 deletions
|
|
@ -529,7 +529,7 @@ This expects `auto-revert--messages' to be bound by
|
|||
buf-1 "1-b" (auto-revert--timeout))
|
||||
;; On emba, `buf-1' is a killed buffer.
|
||||
(message "Hallo1")
|
||||
(when (buffer-live-p buf-1)
|
||||
(when (buffer-name buf-1)
|
||||
(should (buffer-local-value
|
||||
'auto-revert-notify-watch-descriptor buf-1)))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue