From 560db9ac800347120cfeaf8b1565ba810203fad5 Mon Sep 17 00:00:00 2001 From: Eivind Fonn Date: Tue, 19 Nov 2019 13:27:11 +0100 Subject: Tests: skip flyspell tests unless aspell is installed --- evil-tests.el | 1 + 1 file changed, 1 insertion(+) diff --git a/evil-tests.el b/evil-tests.el index 6ecf69b..a730ee7 100644 --- a/evil-tests.el +++ b/evil-tests.el @@ -5147,6 +5147,7 @@ Below some empty line.")) (ert-deftest evil-test-flyspell-motions () "Test flyspell motions" :tags '(evil motion) + (skip-unless (executable-find "aspell")) (ert-info ("Simple") (evil-test-buffer "[I] cannt tpye for lyfe" -- cgit v1.0