emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 79d7138: * test/lisp/autorevert-tests.el


From: Michael Albinus
Subject: [Emacs-diffs] master 79d7138: * test/lisp/autorevert-tests.el
Date: Thu, 6 Sep 2018 04:12:27 -0400 (EDT)

branch: master
commit 79d7138c187a5a950e4d226de333db6404700332
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    * test/lisp/autorevert-tests.el
    
    (auto-revert-test02-auto-revert-deleted-file): Extend test.
---
 test/lisp/autorevert-tests.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/lisp/autorevert-tests.el b/test/lisp/autorevert-tests.el
index 05d24b5..b378c9b 100644
--- a/test/lisp/autorevert-tests.el
+++ b/test/lisp/autorevert-tests.el
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]