aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/eshell (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add tests for Eshell's umask commandJim Porter2022-03-291-0/+71
* Fix esh-proc-tests on macOSMattias EngdegÄrd2022-03-131-1/+1
* Disable esh-proc-test/kill-pipeline on EMBALars Ingebrigtsen2022-03-121-0/+3
* Support applying indices to more Eshell dollar expansionsJim Porter2022-03-081-0/+23
* Fix esh-proc-test/kill-pipeline-head loop syntaxLars Ingebrigtsen2022-03-071-1/+1
* Inhibit extpipe tests on EMBA, because they apparently time out?Lars Ingebrigtsen2022-03-071-0/+1
* Allow splitting strings in Eshell expansions with "plain" stringsJim Porter2022-03-031-0/+12
* Fix parsing of indices in Eshell expansionsJim Porter2022-03-031-0/+152
* Fix Eshell dollar interpolation inside of double-quotesJim Porter2022-03-031-0/+49
* Move Eshell variable interpolation tests to their own fileJim Porter2022-03-032-68/+111
* Merge from origin/emacs-28Stefan Kangas2022-03-021-0/+4
|\
| * Partially revert b03f74e0f2a578b1580e8b1c368665850ee7f808Jim Porter2022-03-011-0/+4
* | Fix Eshell process tests to (hopefully) work on all platformsJim Porter2022-02-251-4/+5
* | Fix esh-proc-tests on MS-WindowsEli Zaretskii2022-02-241-2/+3
* | Don't superfluously emit prompts when terminating processes in EshellJim Porter2022-02-241-0/+46
* | Send SIGPIPE to external Eshell processes if their output target closesJim Porter2022-02-212-3/+51
* | Adapt em-tramp-tests.elMichael Albinus2022-02-061-7/+10
* | 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-033-18/+10
* | When executing an Eshell pipeline, send input to the first processJim Porter2022-02-032-1/+12
* | Ensure that tailproc is set for the last process in an Eshell pipelineJim Porter2022-02-031-0/+7
* | Fix input of sharp-quoted symbols in Eshell with em-extpipeSean Whitton2022-01-261-0/+4
* | Treat "-" as a positional arg in 'eshell-eval-using-options'Jim Porter2022-01-251-0/+21
* | Don't manipulate args in-place for 'eshell-eval-using-options'Jim Porter2022-01-252-31/+145
* | Add Eshell syntax to more easily bypass Eshell's own pipeliningSean Whitton2022-01-242-2/+207
* | Rework eshell-match-result for testing asynchronous commandsSean Whitton2022-01-242-7/+7
* | Move Eshell test helpers to their own fileSean Whitton2022-01-242-53/+98
* | Raise an error from 'eval-eval-using-options' for unknown optionsJim Porter2022-01-211-22/+64
* | 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
* | Follow POSIX/GNU argument conventions for 'eshell-eval-using-options'Jim Porter2022-01-121-39/+112
* | Merge from origin/emacs-28Eli Zaretskii2022-01-014-4/+4
|\ \ | |/
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-014-4/+4
* | Prefer ert-with-temp-(directory|file) in most remaining testsStefan Kangas2021-11-081-17/+15
* | Prefer ert-with-temp-(directory|file)Stefan Kangas2021-11-072-28/+27
|/
* ; Minor stylistic checkdoc fixes in test/**/*.elStefan Kangas2021-09-261-1/+1
* ; Normalize and add missing first and last linesStefan Kangas2021-04-194-4/+4
* Update copyright year to 2021Paul Eggert2021-01-014-4/+4
* 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
* | Use lexical-binding in most eshell testsStefan Kangas2020-04-293-3/+3
* | Copy INSIDE_EMACS env variable to subprocesses in Eshell (Bug#25496)Federico Tedin2020-04-021-0/+7
|/
* Update copyright year to 2020Paul Eggert2020-01-014-4/+4
* Update more copyright yearsPaul Eggert2018-12-311-1/+1
* Merge from origin/emacs-26Paul Eggert2018-12-313-3/+3
|\
| * Update copyright year to 2019Paul Eggert2019-01-013-3/+3
* | Fix an eshell ls dired test for non-recent filesGlenn Morris2018-12-151-1/+8