* file-notify-tests.el (file-notify-test02-events): Let it fail in the
local case only.
This commit is contained in:
parent
5511e5c59a
commit
748650f087
1 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue