From: Robert Pluim Date: Thu, 13 Jan 2022 14:54:28 +0000 (+0100) Subject: spelling-tests.el: use ert-with-temp-directory X-Git-Tag: emacs-29.0.90~3060 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=53eaec6dc33ad3b44ce4566330c834a47f1e56dd;p=emacs.git spelling-tests.el: use ert-with-temp-directory * test/lisp/so-long-tests/spelling-tests.el (so-long-spelling): Use ;ert-with-temp-directory' instead of passing :directory to 'ert-with-temp-file', and restore the prefix/suffix values used originally with 'make-temp-file'. --- diff --git a/test/lisp/so-long-tests/spelling-tests.el b/test/lisp/so-long-tests/spelling-tests.el index 3484957e962..ce4b0844c99 100644 --- a/test/lisp/so-long-tests/spelling-tests.el +++ b/test/lisp/so-long-tests/spelling-tests.el @@ -50,9 +50,9 @@ ;; The Emacs test Makefile's use of HOME=/nonexistent triggers an error ;; 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" + (ert-with-temp-directory tmpdir + :prefix "so-long." + :suffix ".ispell" (let* ((process-environment (cons (format "HOME=%s" tmpdir) process-environment)) (find-spelling-mistake