From: Michael Albinus Date: Sun, 26 Jan 2014 16:29:50 +0000 (+0100) Subject: * file-notify-tests.el (file-notify-test02-events): Let it fail in the X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~241^2~28 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=748650f08713a4ad2c130e39d672ba64bcab4f24;p=emacs.git * file-notify-tests.el (file-notify-test02-events): Let it fail in the local case only. --- diff --git a/test/automated/file-notify-tests.el b/test/automated/file-notify-tests.el index 073fb4c6522..242a813f034 100644 --- a/test/automated/file-notify-tests.el +++ b/test/automated/file-notify-tests.el @@ -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)