aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/eshell/esh-cmd-tests.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; Add docstring to testJim Porter2024-01-261-1/+2
* ; * test/lisp/eshell/esh-cmd-tests.el: Fix last change.Jim Porter2024-01-261-2/+3
* Fix detection of directly-invokable commands in EshellJim Porter2024-01-261-0/+20
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Support Eshell iterative evaluation in the backgroundJim Porter2023-10-021-2/+27
* | Use 'unwind-protect' in more places in EshellJim Porter2023-09-261-0/+16
* | Fix documented Eshell behavior of ignoring leading nils in commandsJim Porter2023-09-151-0/+6
* | Wait for all processes in a pipeline before resuming an Eshell commandJim Porter2023-09-101-0/+10
* | ; Move some Eshell tests to more-topical filesJim Porter2023-09-101-0/+62
* | Avoid shadowing variables in some Eshell command formsJim Porter2023-04-011-2/+16
* | Ensure that deferred commands don't make Eshell forget let-bound valuesJim Porter2023-02-091-0/+17
* | Merge from origin/emacs-29Eli Zaretskii2023-01-011-1/+1
|\ \ | |/
| * ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* | ; Fix Eshell tests on macOSJim Porter2022-12-301-14/+16
* | Fix reference-counting of Eshell I/O handlesJim Porter2022-12-291-2/+42
|/
* Simplify Eshell handle functions and add tests/documentationJim Porter2022-09-041-0/+19
* Fix non-interactive use of conditionals in EshellJim Porter2022-08-151-64/+55
* Add 'eshell-command-result-equal' with an ERT explainerJim Porter2022-08-151-10/+9
* Provide ERT explainer for 'eshell-match-command-output'Jim Porter2022-08-151-63/+65
* Make '$?' and '$$' variables more consistent in EshellJim Porter2022-08-121-0/+54
* Allow using dollar expansions in Eshell conditionalsJim Porter2022-08-121-10/+50
* Only set Eshell execution result metavariables when non-nilJim Porter2022-08-121-0/+189