]> git.eshelyaron.com Git - emacs.git/commitdiff
* test/lisp/filenotify-tests.el (file-notify-test03-events): Adapt test.
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 5 Jan 2019 15:02:29 +0000 (16:02 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Sat, 5 Jan 2019 15:02:29 +0000 (16:02 +0100)
test/lisp/filenotify-tests.el

index b52eac981daf03e8c1651d93bc26e75dfc7f10b5..3e99a9aedd08dcc222968114766ae50c14d0bbfc 100644 (file)
@@ -796,6 +796,11 @@ delivered."
              '(created created deleted deleted stopped))
             ((string-equal (file-notify--test-library) "kqueue")
              '(created changed renamed deleted stopped))
+             ;; inotify on emba does not detect `deleted' and
+             ;; `stopped' events of the directory.
+             ((and (string-equal (file-notify--test-library) "inotify")
+                   (getenv "EMACS_EMBA_CI"))
+              '(created changed renamed deleted))
             (t '(created changed renamed deleted deleted stopped)))
          (write-region
           "any text" nil file-notify--test-tmpfile nil 'no-message)