emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/ivy 972980b 2/2: Merge branch 'master' into externals/i


From: Basil L. Contovounesios
Subject: [elpa] externals/ivy 972980b 2/2: Merge branch 'master' into externals/ivy
Date: Wed, 18 Aug 2021 12:09:04 -0400 (EDT)

branch: externals/ivy
commit 972980bbae843c57ffd8cb0d9739f3e7fabbab01
Merge: 44f1408 c1e53c2
Author: Basil L. Contovounesios <contovob@tcd.ie>
Commit: Basil L. Contovounesios <contovob@tcd.ie>

    Merge branch 'master' into externals/ivy
---
 ivy-test.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ivy-test.el b/ivy-test.el
index 44f293e..dcef2fa 100644
--- a/ivy-test.el
+++ b/ivy-test.el
@@ -1136,6 +1136,9 @@ Since `execute-kbd-macro' doesn't pick up a let-bound 
`default-directory'.")
            :dir "/tmp/"))))
 
 (ert-deftest ivy-partial-files ()
+  ;; FIXME: Can't catch `quit' condition.
+  ;; See issue #2906 and https://bugs.gnu.org/48603.
+  (skip-unless (< emacs-major-version 28))
   (when (file-exists-p "/tmp/ivy-partial-test")
     (delete-directory "/tmp/ivy-partial-test" t))
   (mkdir "/tmp/ivy-partial-test/test1" t)



reply via email to

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