summaryrefslogtreecommitdiff
path: root/test/lisp/files-tests.el
Commit message (Expand)AuthorAgeFilesLines
* Kill process in files-tests before exitingMattias Engdegård2024-04-201-12/+15
* Support shebang lines with amended environmentKévin Le Gouguec2024-02-171-1/+3
* Support more complex env invocations in shebang linesKévin Le Gouguec2024-02-171-1/+7
* Refine shebang tests (bug#64939)Kévin Le Gouguec2024-02-171-18/+27
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | (file-expand-wildcards): Handle patterns ending in "/"Stefan Monnier2023-12-091-0/+4
* | Recognize shebang lines that pass '-S/--split-string' to 'env'Kévin Le Gouguec2023-11-191-0/+25
* | ; Improve commentary in 'files-tests-save-buffer-read-only-file'.Eli Zaretskii2023-11-041-0/+3
* | Add tests for saving to write-protected filesJens Schmidt2023-11-041-0/+148
* | Merge from origin/emacs-29Michael Albinus2023-10-161-1/+2
|\|
| * Fix test in files-testsMichael Albinus2023-10-151-1/+2
* | Merge from origin/emacs-29Michael Albinus2023-10-141-0/+17
|\|
| * * lisp/files.el (file-name-non-special): Handle quoted tilde.Michael Albinus2023-10-141-0/+17
* | Fix test in files-tests.elMichael Albinus2023-08-151-2/+2
* | Actually check the result of `equal` comparisons in testsMattias Engdegård2023-08-141-8/+8
* | Fix files-tests broken by a recent changeEli Zaretskii2023-05-121-1/+1
* | Add safe-local-variable-directories variable.Antero Mejr2023-05-111-0/+21
|/
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Fix copy-directory bug when dest dir existsPaul Eggert2022-12-171-1/+8
* make-directory now returns t if dir already existsPaul Eggert2022-12-171-3/+3
* Use make-directory handlers uniformlyPaul Eggert2022-12-171-11/+0
* Fix data for files-tests-bug-21454 on CygwinKen Brown2022-08-281-14/+33
* Fix handling of UNCs in 'parse-colon-pathEli Zaretskii2022-08-241-3/+7
* Reinstate the Qload file name handlerLars Ingebrigtsen2022-06-021-2/+1
* Make files-tests.el more robustMichael Albinus2022-06-011-4/+12
* ; Fix typosStefan Kangas2022-05-151-1/+1
* Fix elc.gz loading test some moreLars Ingebrigtsen2022-04-231-0/+2
* Add a failing test case for bug#12598Lars Ingebrigtsen2022-04-231-0/+29
* ; Fix repeated lambda argnames in files-tests.el.Basil L. Contovounesios2022-04-201-2/+2
* Fix regression with multiple mode: entries in the prop lineLars Ingebrigtsen2022-04-191-0/+4
* Allow several mode: elements in the local variable sectionLars Ingebrigtsen2022-04-191-0/+4
* Fix major-mode setting regression when there's a mode: cookieLars Ingebrigtsen2022-04-181-0/+7
* Add a new command `restart-emacs'Lars Ingebrigtsen2022-04-171-1/+1
* Fix files-tests on MS-WindowsEli Zaretskii2022-02-171-15/+12
* Adjust files-test-file-size-human-readable testLars Ingebrigtsen2022-02-151-1/+1
* (files-tests--with-buffer-offer-save): Turn it into a functionStefan Monnier2022-01-101-48/+43
* Merge remote-tracking branch 'origin/emacs-28' into trunkStefan Monnier2022-01-101-1/+1
|\
| * (save-some-buffers): Simplify the fix for bug#46374Stefan Monnier2022-01-091-1/+1
* | Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\|
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Change how Dired displays available spaceLars Ingebrigtsen2021-12-011-74/+0
* | Make 'eval' use lexical scoping in most testsStefan Kangas2021-11-201-1/+1
* | Add another 'abbreviate-file-name' testJim Porter2021-11-151-0/+9
* | Fix problem with non-absolute namesLars Ingebrigtsen2021-11-111-1/+1
* | Fix files-tests on MS-WindowsEli Zaretskii2021-11-111-8/+14
* | Add tests for 'insert-directory'John Cummings2021-11-111-0/+74
* | Add new function 'file-name-split'Lars Ingebrigtsen2021-11-101-0/+6
* | ; Fix duplicate temporary file creationStefan Kangas2021-11-081-19/+18
* | Merge from origin/emacs-28Michael Albinus2021-11-071-0/+33
|\|