emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master bfa9e74: Fix last patch


From: Michael Albinus
Subject: [Emacs-diffs] master bfa9e74: Fix last patch
Date: Sat, 13 Apr 2019 05:12:26 -0400 (EDT)

branch: master
commit bfa9e7452cd28704ef97f2df9a85af66b47ad220
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    Fix last patch
---
 test/lisp/filenotify-tests.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/lisp/filenotify-tests.el b/test/lisp/filenotify-tests.el
index bf13fc1..842d66d 100644
--- a/test/lisp/filenotify-tests.el
+++ b/test/lisp/filenotify-tests.el
@@ -267,7 +267,7 @@ This returns only for the local case and gfilenotify; 
otherwise it is nil.
   `(ert-deftest ,(intern (concat (symbol-name test) "-remote")) ()
      ,docstring
      :expected-result (or ,expected :passed)
-     :tags ,(if skip '(:expensive-test :unstable) '(:expensive-test))
+     :tags ,(if skip ''(:expensive-test :unstable) ''(:expensive-test))
      (let* ((temporary-file-directory
             file-notify-test-remote-temporary-file-directory)
            (ert-test (ert-get-test ',test))



reply via email to

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