mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 18:37:33 +00:00
* test/lisp/filenotify-tests.el
(file-notify-test09-watched-file-in-watched-dir): Adapt test.
This commit is contained in:
parent
108fdaeba6
commit
ea9febe2bd
1 changed files with 7 additions and 3 deletions
|
|
@ -1417,9 +1417,13 @@ the file watch."
|
|||
'())
|
||||
(t '(deleted stopped))))))
|
||||
(delete-directory file-notify--test-tmpfile 'recursive))
|
||||
(should-not (file-notify-valid-p file-notify--test-desc1))
|
||||
(should-not (file-notify-valid-p file-notify--test-desc2))
|
||||
(when (string-equal (file-notify--test-library) "w32notify")
|
||||
(unless (and (string-equal (file-notify--test-library) "inotify")
|
||||
(getenv "EMACS_EMBA_CI"))
|
||||
(should-not (file-notify-valid-p file-notify--test-desc1))
|
||||
(should-not (file-notify-valid-p file-notify--test-desc2)))
|
||||
(when (or (string-equal (file-notify--test-library) "w32notify")
|
||||
(and (string-equal (file-notify--test-library) "inotify")
|
||||
(getenv "EMACS_EMBA_CI")))
|
||||
(file-notify--rm-descriptor file-notify--test-desc1)
|
||||
(file-notify--rm-descriptor file-notify--test-desc2))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue