diff options
| author | Michael Albinus <michael.albinus@gmx.de> | 2019-05-05 13:34:26 +0200 | 
|---|---|---|
| committer | Michael Albinus <michael.albinus@gmx.de> | 2019-05-05 13:34:26 +0200 | 
| commit | 10aa44a1ddef86a6a8e3ac01d339fd8a3872818d (patch) | |
| tree | 38263eb1a087f0a178294753162caaa27bbbceee /test/lisp/filenotify-tests.el | |
| parent | f82e0e5b76da7f0374100628a5e439a0189b0255 (diff) | |
| download | emacs-10aa44a1ddef86a6a8e3ac01d339fd8a3872818d.tar.gz | |
; SOme changes in filenotify-tests.el for EMBA
* test/lisp/filenotify-tests.el (file-notify-test03-events)
(file-notify-test05-file-validity)
(file-notify-test09-watched-file-in-watched-dir): Adapt for EMBA.
Diffstat (limited to 'test/lisp/filenotify-tests.el')
| -rw-r--r-- | test/lisp/filenotify-tests.el | 16 | 
1 files changed, 8 insertions, 8 deletions
diff --git a/test/lisp/filenotify-tests.el b/test/lisp/filenotify-tests.el index b0273741bcb..9dfa794e307 100644 --- a/test/lisp/filenotify-tests.el +++ b/test/lisp/filenotify-tests.el @@ -684,8 +684,8 @@ delivered."  		(created deleted stopped)))               ;; On emba, `deleted' and `stopped' events of the               ;; directory are not detected. -;             ((getenv "EMACS_EMBA_CI") -;              '(created changed deleted)) +             ((getenv "EMACS_EMBA_CI") +              '(created changed deleted))  	     ;; There are two `deleted' events, for the file and for  	     ;; the directory.  Except for cygwin, kqueue and remote  	     ;; files.  And cygwin does not raise a `changed' event. @@ -741,8 +741,8 @@ delivered."  	      '(created changed created changed deleted stopped))               ;; On emba, `deleted' and `stopped' events of the               ;; directory are not detected. -;             ((getenv "EMACS_EMBA_CI") -;              '(created changed created changed deleted deleted)) +             ((getenv "EMACS_EMBA_CI") +              '(created changed created changed deleted deleted))               ;; Remote files return two `deleted' events.  	     ((file-remote-p temporary-file-directory)  	      '(created changed created changed deleted deleted stopped)) @@ -792,8 +792,8 @@ delivered."  		(created deleted stopped)))               ;; On emba, `deleted' and `stopped' events of the               ;; directory are not detected. -;             ((getenv "EMACS_EMBA_CI") -;              '(created changed renamed deleted)) +             ((getenv "EMACS_EMBA_CI") +              '(created changed renamed deleted))  	     ;; There are two `deleted' events, for the file and for  	     ;; the directory.  Except for cygwin, kqueue and remote  	     ;; files.  And cygwin raises `created' and `deleted' @@ -1413,8 +1413,8 @@ the file watch."                     '())                    ;; On emba, `deleted' and `stopped' events of the                    ;; directory are not detected. -;                  ((getenv "EMACS_EMBA_CI") -;                   '()) +                  ((getenv "EMACS_EMBA_CI") +                   '())                    ;; Remote files send just one `stopped' event.                    ((file-remote-p temporary-file-directory)                     '(stopped))  | 
