]> git.eshelyaron.com Git - emacs.git/commitdiff
Suppress undesired error messages in filenotify-tests.el
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 7 Feb 2017 20:42:12 +0000 (21:42 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Tue, 7 Feb 2017 20:42:12 +0000 (21:42 +0100)
* test/lisp/filenotify-tests.el (file-notify-test03-autorevert):
Suppress `vc-refresh-state', it produces undesired error messages.

test/lisp/filenotify-tests.el

index 27434bcef20a06650ccab10d810de8c6a929a723..c024c51ce28b86f6e9c8a4d45d961904d2e62389 100644 (file)
@@ -665,6 +665,9 @@ delivered."
 (setq auto-revert-notify-exclude-dir-regexp "nothing-to-be-excluded"
       auto-revert-remote-files t
       auto-revert-stop-on-user-input nil)
+;; In the remote case, `vc-refresh-state' returns undesired error
+;; messages.  Let's suppress them.
+(defalias 'vc-refresh-state 'ignore)
 
 (ert-deftest file-notify-test03-autorevert ()
   "Check autorevert via file notification."