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:
parent
5511e5c59a
commit
748650f087
@ -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…
Reference in New Issue
Block a user