]> git.eshelyaron.com Git - emacs.git/commitdiff
* test/lisp/autorevert-tests.el
authorMichael Albinus <michael.albinus@gmx.de>
Thu, 6 Sep 2018 08:12:02 +0000 (10:12 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Thu, 6 Sep 2018 08:12:02 +0000 (10:12 +0200)
(auto-revert-test02-auto-revert-deleted-file): Extend test.

test/lisp/autorevert-tests.el

index 05d24b51ee79b199a283ce2c5eee8c415240cc28..b378c9b8b0890890129b3b56f3063ff5a3f75740 100644 (file)
@@ -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