diff options
| author | Eivind Fonn <evfonn@gmail.com> | 2019-11-19 13:27:11 +0100 |
|---|---|---|
| committer | Eivind Fonn <evfonn@gmail.com> | 2019-11-19 14:38:01 +0100 |
| commit | 560db9ac800347120cfeaf8b1565ba810203fad5 (patch) | |
| tree | baeff1c1e319b2ab2628c08b02595c3a9b6e1062 | |
| parent | 9cd4e348f84267b7f2ad1e5cea3ecd0a82a94774 (diff) | |
Tests: skip flyspell tests unless aspell is installed
| -rw-r--r-- | evil-tests.el | 1 |
1 files changed, 1 insertions, 0 deletions
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" |
