summaryrefslogtreecommitdiff
path: root/test/lisp/eshell/eshell-tests.el
Commit message (Expand)AuthorAgeFilesLines
* Improve tests/organization for built-in variablesJim Porter2022-07-121-7/+0
* Reset 'eshell-in-pipeline-p' when interpolating commandsJim Porter2022-05-251-0/+29
* Keep subcommands in pipelines from clobbering the head/tail processesJim Porter2022-05-241-0/+16
* Handle escaped characters in Eshell special references (e.g. buffers)Jim Porter2022-05-011-0/+19
* Fix handling of '\\' inside double-quotes in EshellJim Porter2022-04-031-2/+2
* em-extpipe: Catch eshell-incomplete thrown while parsingSean Whitton2022-04-021-0/+4
* Move Eshell variable interpolation tests to their own fileJim Porter2022-03-031-68/+0
* Merge from origin/emacs-28Stefan Kangas2022-03-021-0/+4
|\
| * Partially revert b03f74e0f2a578b1580e8b1c368665850ee7f808Jim Porter2022-03-011-0/+4
* | Ensure that the CAR of 'eshell-last-async-procs' always points to a processJim Porter2022-02-051-0/+7
* | Use 'require' to load eshell-tests-helpersJim Porter2022-02-031-10/+4
* | When executing an Eshell pipeline, send input to the first processJim Porter2022-02-031-0/+11
* | Ensure that tailproc is set for the last process in an Eshell pipelineJim Porter2022-02-031-0/+7
* | Rework eshell-match-result for testing asynchronous commandsSean Whitton2022-01-241-3/+2
* | Move Eshell test helpers to their own fileSean Whitton2022-01-241-53/+8
* | Further improve determination of when commands can be invoked directlyJim Porter2022-01-211-0/+7
* | Consider subcommands when deciding to invoke Eshell command directlyJim Porter2022-01-201-0/+23
* | Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\|
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Prefer ert-with-temp-(directory|file) in most remaining testsStefan Kangas2021-11-081-17/+15
|/
* ; Minor stylistic checkdoc fixes in test/**/*.elStefan Kangas2021-09-261-1/+1
* ; Normalize and add missing first and last linesStefan Kangas2021-04-191-1/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Use lexical-binding in more testsStefan Kangas2020-08-291-1/+3
* Merge from origin/emacs-27Glenn Morris2020-06-071-0/+1
|\
| * Silence some byte-compiler warnings in testsBasil L. Contovounesios2020-06-031-0/+1
* | Copy INSIDE_EMACS env variable to subprocesses in Eshell (Bug#25496)Federico Tedin2020-04-021-0/+7
|/
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | * test/lisp/eshell/eshell-tests.el (with-temp-eshell):Glenn Morris2018-12-091-1/+1
* | Fix resolving symlinks in Eshell history file namesEli Zaretskii2018-12-091-0/+3
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Ignore string properties when saving eshell history (Bug#28700)Noam Postavsky2017-10-211-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Give test files a -tests.el suffixPhilipp Stephani2017-06-091-0/+252