]> git.eshelyaron.com Git - emacs.git/commit
Prefer ert-with-temp-directory in tests
authorStefan Kangas <stefankangas@gmail.com>
Sun, 23 Feb 2025 02:43:25 +0000 (03:43 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sun, 23 Feb 2025 08:21:25 +0000 (09:21 +0100)
commit4cacdc83e397842a3e6b8d8dd05553f7033dec75
treee8dff2171fff309bdfa3c2b7f62cba3a595c23d1
parent87de8ff1098e48c3b54c3f7263e3db04ef4bb8c2
Prefer ert-with-temp-directory in tests

* test/lisp/dired-aux-tests.el (dired-test-bug30624):
* test/lisp/emacs-lisp/track-changes-tests.el
(track-changes-tests--random):
* test/src/buffer-tests.el (test-buffer-chars-modified-ticks):
* test/src/fileio-tests.el (fileio-tests--symlink-failure)
(fileio-tests--insert-file-interrupt)
(fileio-tests--circular-after-insert-file-functions): Prefer
ert-with-temp-directory to using make-temp-file directly.

(cherry picked from commit 03bc51349f19899812652a8335f5055f561494e2)
test/lisp/dired-aux-tests.el
test/lisp/emacs-lisp/track-changes-tests.el
test/src/buffer-tests.el
test/src/fileio-tests.el