aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2019-05-05 13:34:26 +0200
committerMichael Albinus2019-05-05 13:34:26 +0200
commit10aa44a1ddef86a6a8e3ac01d339fd8a3872818d (patch)
tree38263eb1a087f0a178294753162caaa27bbbceee
parentf82e0e5b76da7f0374100628a5e439a0189b0255 (diff)
downloademacs-10aa44a1ddef86a6a8e3ac01d339fd8a3872818d.tar.gz
emacs-10aa44a1ddef86a6a8e3ac01d339fd8a3872818d.zip
; 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.
-rw-r--r--test/lisp/filenotify-tests.el16
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."
684 (created deleted stopped))) 684 (created deleted stopped)))
685 ;; On emba, `deleted' and `stopped' events of the 685 ;; On emba, `deleted' and `stopped' events of the
686 ;; directory are not detected. 686 ;; directory are not detected.
687; ((getenv "EMACS_EMBA_CI") 687 ((getenv "EMACS_EMBA_CI")
688; '(created changed deleted)) 688 '(created changed deleted))
689 ;; There are two `deleted' events, for the file and for 689 ;; There are two `deleted' events, for the file and for
690 ;; the directory. Except for cygwin, kqueue and remote 690 ;; the directory. Except for cygwin, kqueue and remote
691 ;; files. And cygwin does not raise a `changed' event. 691 ;; files. And cygwin does not raise a `changed' event.
@@ -741,8 +741,8 @@ delivered."
741 '(created changed created changed deleted stopped)) 741 '(created changed created changed deleted stopped))
742 ;; On emba, `deleted' and `stopped' events of the 742 ;; On emba, `deleted' and `stopped' events of the
743 ;; directory are not detected. 743 ;; directory are not detected.
744; ((getenv "EMACS_EMBA_CI") 744 ((getenv "EMACS_EMBA_CI")
745; '(created changed created changed deleted deleted)) 745 '(created changed created changed deleted deleted))
746 ;; Remote files return two `deleted' events. 746 ;; Remote files return two `deleted' events.
747 ((file-remote-p temporary-file-directory) 747 ((file-remote-p temporary-file-directory)
748 '(created changed created changed deleted deleted stopped)) 748 '(created changed created changed deleted deleted stopped))
@@ -792,8 +792,8 @@ delivered."
792 (created deleted stopped))) 792 (created deleted stopped)))
793 ;; On emba, `deleted' and `stopped' events of the 793 ;; On emba, `deleted' and `stopped' events of the
794 ;; directory are not detected. 794 ;; directory are not detected.
795; ((getenv "EMACS_EMBA_CI") 795 ((getenv "EMACS_EMBA_CI")
796; '(created changed renamed deleted)) 796 '(created changed renamed deleted))
797 ;; There are two `deleted' events, for the file and for 797 ;; There are two `deleted' events, for the file and for
798 ;; the directory. Except for cygwin, kqueue and remote 798 ;; the directory. Except for cygwin, kqueue and remote
799 ;; files. And cygwin raises `created' and `deleted' 799 ;; files. And cygwin raises `created' and `deleted'
@@ -1413,8 +1413,8 @@ the file watch."
1413 '()) 1413 '())
1414 ;; On emba, `deleted' and `stopped' events of the 1414 ;; On emba, `deleted' and `stopped' events of the
1415 ;; directory are not detected. 1415 ;; directory are not detected.
1416; ((getenv "EMACS_EMBA_CI") 1416 ((getenv "EMACS_EMBA_CI")
1417; '()) 1417 '())
1418 ;; Remote files send just one `stopped' event. 1418 ;; Remote files send just one `stopped' event.
1419 ((file-remote-p temporary-file-directory) 1419 ((file-remote-p temporary-file-directory)
1420 '(stopped)) 1420 '(stopped))