From 748650f08713a4ad2c130e39d672ba64bcab4f24 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Sun, 26 Jan 2014 17:29:50 +0100 Subject: [PATCH] * file-notify-tests.el (file-notify-test02-events): Let it fail in the local case only. --- test/automated/file-notify-tests.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) -- 2.11.4.GIT