1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

* file-notify-tests.el (file-notify-test02-events): Let it fail in the

local case only.
This commit is contained in:
Michael Albinus 2014-01-26 17:29:50 +01:00
parent 5511e5c59a
commit 748650f087

View 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)