]> git.eshelyaron.com Git - emacs.git/commitdiff
* file-notify-tests.el (file-notify-test02-events): Let it fail in the
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 26 Jan 2014 16:29:50 +0000 (17:29 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Sun, 26 Jan 2014 16:29:50 +0000 (17:29 +0100)
local case only.

test/automated/file-notify-tests.el

index 073fb4c65222b1261e91b38ead3d8c00e965c618..242a813f03440bf9b78fe7987d029a9b3b079cfb 100644 (file)
@@ -201,7 +201,9 @@ TIMEOUT is the maximum time to wait for."
   "Check file creation/removal notifications."
   ;; Bug#16519.
   :expected-result
-  (if (and noninteractive (memq file-notify--library '(gfilenotify w32notify)))
+  (if (and noninteractive
+          (not (file-notify--test-remote-enabled))
+          (memq file-notify--library '(gfilenotify w32notify)))
       :failed :passed)
   (skip-unless (file-notify--test-local-enabled))
   (let (desc)