spelling-tests.el: actually create a temp directory
This test was creating a file, but actually needs a directory, and fails otherwise. * test/lisp/so-long-tests/spelling-tests.el (so-long-spelling): Pass the :directory arg to ert-with-temp-file so we actually create a directory.
This commit is contained in:
parent
626c1dce02
commit
230b778795
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@
|
|||
;; when starting the inferior ispell process, so we set HOME to a valid
|
||||
;; (but empty) temporary directory for this test.
|
||||
(ert-with-temp-file tmpdir
|
||||
:directory t
|
||||
:suffix "so-long.ispell"
|
||||
(let* ((process-environment (cons (format "HOME=%s" tmpdir)
|
||||
process-environment))
|
||||
|
|
Loading…
Add table
Reference in a new issue