emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] scratch/albinus 99964e2: * test/lisp/filenotify-tests.el (


From: Michael Albinus
Subject: [Emacs-diffs] scratch/albinus 99964e2: * test/lisp/filenotify-tests.el (file-notify-test03-events): Adapt test.
Date: Fri, 4 Jan 2019 06:46:40 -0500 (EST)

branch: scratch/albinus
commit 99964e240f38df3408c97b0bde0da126ff5939aa
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    * test/lisp/filenotify-tests.el (file-notify-test03-events): Adapt test.
---
 test/lisp/filenotify-tests.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/test/lisp/filenotify-tests.el b/test/lisp/filenotify-tests.el
index 18b755d..60b2fbe 100644
--- a/test/lisp/filenotify-tests.el
+++ b/test/lisp/filenotify-tests.el
@@ -687,9 +687,9 @@ delivered."
             ;; cygwin does not raise a `changed' event.
             ((eq system-type 'cygwin)
              '(created deleted stopped))
-            ((string-equal (file-notify--test-library) "kqueue")
-             '(created changed deleted stopped))
-            (t '(created changed deleted deleted stopped)))
+             ;; Still not all monitors detect both `deleted' events.
+            (t '((created changed deleted stopped)
+                  (created changed deleted deleted stopped))))
          (write-region
           "any text" nil file-notify--test-tmpfile nil 'no-message)
          (file-notify--test-read-event)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]