aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMichael Albinus2014-01-26 17:29:50 +0100
committerMichael Albinus2014-01-26 17:29:50 +0100
commit748650f08713a4ad2c130e39d672ba64bcab4f24 (patch)
treef38a576f15b669df030a0c15ef2a30eb1858862d /test
parent5511e5c59a50e1ba96692608e5cfa321653f9a75 (diff)
downloademacs-748650f08713a4ad2c130e39d672ba64bcab4f24.tar.gz
emacs-748650f08713a4ad2c130e39d672ba64bcab4f24.zip
* file-notify-tests.el (file-notify-test02-events): Let it fail in the
local case only.
Diffstat (limited to 'test')
-rw-r--r--test/automated/file-notify-tests.el4
1 files changed, 3 insertions, 1 deletions
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."
201 "Check file creation/removal notifications." 201 "Check file creation/removal notifications."
202 ;; Bug#16519. 202 ;; Bug#16519.
203 :expected-result 203 :expected-result
204 (if (and noninteractive (memq file-notify--library '(gfilenotify w32notify))) 204 (if (and noninteractive
205 (not (file-notify--test-remote-enabled))
206 (memq file-notify--library '(gfilenotify w32notify)))
205 :failed :passed) 207 :failed :passed)
206 (skip-unless (file-notify--test-local-enabled)) 208 (skip-unless (file-notify--test-local-enabled))
207 (let (desc) 209 (let (desc)