]> git.eshelyaron.com Git - emacs.git/commit
Replace some macros with ert-with-temp-(file|directory)
authorStefan Kangas <stefan@marxist.se>
Sat, 6 Nov 2021 15:05:02 +0000 (16:05 +0100)
committerStefan Kangas <stefan@marxist.se>
Sat, 6 Nov 2021 18:16:05 +0000 (19:16 +0100)
commit83422370c87000f3d6d89320d4947c24325c9ad2
tree69c393a2f4272c03324c1dabe5bbf67da2002469
parentbf2e35c5d25a8d1ed5ceacfd6171233bc75eae01
Replace some macros with ert-with-temp-(file|directory)

* test/lisp/custom-tests.el (custom-tests--with-temp-dir):
* test/lisp/files-tests.el (files-tests--with-temp-file):
* test/lisp/progmodes/project-tests.el
(project-tests--with-temporary-directory):
* test/src/emacs-module-tests.el (module--with-temp-directory):
* test/src/emacs-tests.el (emacs-tests--with-temp-file):
* test/src/lread-tests.el (lread-tests--with-temp-file):
* test/src/process-tests.el (process-tests--with-temp-directory):
Replace macros with 'ert-with-temp-(file|directory)'.  Update callers.
test/lisp/custom-tests.el
test/lisp/files-tests.el
test/lisp/progmodes/project-tests.el
test/src/emacs-module-tests.el
test/src/emacs-tests.el
test/src/lread-tests.el
test/src/process-tests.el