]> git.eshelyaron.com Git - emacs.git/commit
spelling-tests.el: actually create a temp directory
authorRobert Pluim <rpluim@gmail.com>
Thu, 13 Jan 2022 09:33:13 +0000 (10:33 +0100)
committerRobert Pluim <rpluim@gmail.com>
Thu, 13 Jan 2022 10:11:35 +0000 (11:11 +0100)
commit230b7787953b0878c6c0860b7d38b1e55d3dbc7a
tree17af54eb6d733a0faa6ceb347ccac2ff77c44049
parent626c1dce02d4f2e8d0822decf8b421eee00674b1
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.
test/lisp/so-long-tests/spelling-tests.el