aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/eshell/esh-cmd-tests.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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