* test/lisp/autorevert-tests.el
(auto-revert-test02-auto-revert-deleted-file): Extend test.
This commit is contained in:
parent
67475a59e9
commit
79d7138c18
1 changed files with 1 additions and 0 deletions
|
@ -167,6 +167,7 @@ This expects `auto-revert--messages' to be bound by
|
|||
(write-region "any text" nil tmpfile nil 'no-message)
|
||||
(setq buf (find-file-noselect tmpfile))
|
||||
(with-current-buffer buf
|
||||
(should-not auto-revert-notify-watch-descriptor)
|
||||
(should (string-equal (buffer-string) "any text"))
|
||||
;; `buffer-stale--default-function' checks for
|
||||
;; `verify-visited-file-modtime'. We must ensure that
|
||||
|
|
Loading…
Add table
Reference in a new issue