diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-11-07 18:55:46 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-11-07 19:14:28 +0100 |
commit | 5ed6ebbbb38f1c1d7fb1b92906226729478fc735 (patch) | |
tree | 2de0676ee057ed64389af58617d1e523ebfe3885 /app-emacs | |
parent | virtual/rust: Stabilize 1.71.1-r1 ppc64, #913962 (diff) | |
download | gentoo-5ed6ebbbb38f1c1d7fb1b92906226729478fc735.tar.gz gentoo-5ed6ebbbb38f1c1d7fb1b92906226729478fc735.tar.bz2 gentoo-5ed6ebbbb38f1c1d7fb1b92906226729478fc735.zip |
app-emacs/ivy: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/ivy/files/ivy-0.13.4-ivy-test.el-skip.patch | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/app-emacs/ivy/files/ivy-0.13.4-ivy-test.el-skip.patch b/app-emacs/ivy/files/ivy-0.13.4-ivy-test.el-skip.patch deleted file mode 100644 index e94070cca9c3..000000000000 --- a/app-emacs/ivy/files/ivy-0.13.4-ivy-test.el-skip.patch +++ /dev/null @@ -1,39 +0,0 @@ -diff --git a/ivy-test.el b/ivy-test.el -index 2062b81..8613337 100644 ---- a/ivy-test.el -+++ b/ivy-test.el -@@ -2022,6 +1076,7 @@ Since `execute-kbd-macro' doesn't pick up a let-bound `default-directory'.") - (should (eq (ivy--sort-function 'c) fn1)))) - - (ert-deftest ivy-read-directory-name () -+ (skip-unless nil) - (ivy-mode 1) - (unless (file-exists-p ivy-empty) - (make-directory ivy-empty)) -@@ -1136,6 +1137,7 @@ Since `execute-kbd-macro' doesn't pick up a let-bound `default-directory'.") - :dir "/tmp/")))) - - (ert-deftest ivy-partial-files () -+ (skip-unless nil) - (when (file-exists-p "/tmp/ivy-partial-test") - (delete-directory "/tmp/ivy-partial-test" t)) - (mkdir "/tmp/ivy-partial-test/test1" t) -@@ -1452,8 +1454,7 @@ a buffer visiting a file." - - (ert-deftest ivy-swiper-wgrep () - ;; `wgrep' requires Emacs 25 or later. -- (skip-unless (and (>= emacs-major-version 25) -- (require 'wgrep nil t))) -+ (skip-unless nil) - (dolist (search-cmd '(swiper swiper-isearch)) - (should - (string= -@@ -1585,7 +1586,7 @@ a buffer visiting a file." - '("one" "two")))) - - (ert-deftest ivy-avy () -- (skip-unless (require 'avy nil t)) -+ (skip-unless nil) - (require 'ivy-avy) - (let ((enable-recursive-minibuffers t) - (read-numbers '(ivy-read "test: " (mapcar #'number-to-string |