aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/lisp/textmodes/ispell-tests/ispell-tests.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/lisp/textmodes/ispell-tests/ispell-tests.el b/test/lisp/textmodes/ispell-tests/ispell-tests.el
index 15687ed6f0f..95f88be3b51 100644
--- a/test/lisp/textmodes/ispell-tests/ispell-tests.el
+++ b/test/lisp/textmodes/ispell-tests/ispell-tests.el
@@ -779,6 +779,11 @@ hunspell. Hence skipping."
779 (ispell-tests--letopt 779 (ispell-tests--letopt
780 ((ispell-program-name (ispell-tests--some-backend))) 780 ((ispell-program-name (ispell-tests--some-backend)))
781 781
782 (ispell-check-version)
783 (if (and ispell-really-aspell
784 (equal ispell-program-name "ispell"))
785 ;; Don't let Aspell hide its true nature.
786 (setq ispell-program-name "aspell"))
782 (let ((test-dictname (ispell-tests--some-valid-dictionary ispell-program-name)) 787 (let ((test-dictname (ispell-tests--some-valid-dictionary ispell-program-name))
783 (test-extcharmode "~latin3") 788 (test-extcharmode "~latin3")
784 (test-parser "~testparser") 789 (test-parser "~testparser")