emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r116166: * file-notify-tests.el (file-notify-test02-


From: Michael Albinus
Subject: [Emacs-diffs] trunk r116166: * file-notify-tests.el (file-notify-test02-events): Let it fail in the
Date: Sun, 26 Jan 2014 16:30:18 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116166
revision-id: address@hidden
parent: address@hidden
committer: Michael Albinus <address@hidden>
branch nick: trunk
timestamp: Sun 2014-01-26 17:29:50 +0100
message:
  * file-notify-tests.el (file-notify-test02-events): Let it fail in the
  local case only.
modified:
  test/automated/file-notify-tests.el 
filenotifytests.el-20130702144123-sxglvo6zs3jcj8w1-1
=== modified file 'test/automated/file-notify-tests.el'
--- a/test/automated/file-notify-tests.el       2014-01-26 16:20:13 +0000
+++ b/test/automated/file-notify-tests.el       2014-01-26 16:29:50 +0000
@@ -201,7 +201,9 @@
   "Check file creation/removal notifications."
   ;; Bug#16519.
   :expected-result
-  (if (and noninteractive (memq file-notify--library '(gfilenotify w32notify)))
+  (if (and noninteractive
+          (not (file-notify--test-remote-enabled))
+          (memq file-notify--library '(gfilenotify w32notify)))
       :failed :passed)
   (skip-unless (file-notify--test-local-enabled))
   (let (desc)


reply via email to

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