summaryrefslogtreecommitdiff
path: root/test/lisp/eshell
AgeCommit message (Expand)Author
2022-04-03Fix handling of '\\' inside double-quotes in EshellJim Porter
2022-04-02em-extpipe: Catch eshell-incomplete thrown while parsingSean Whitton
2022-03-29Add tests for Eshell's umask commandJim Porter
2022-03-13Fix esh-proc-tests on macOSMattias EngdegÄrd
2022-03-12Disable esh-proc-test/kill-pipeline on EMBALars Ingebrigtsen
2022-03-08Support applying indices to more Eshell dollar expansionsJim Porter
2022-03-07Fix esh-proc-test/kill-pipeline-head loop syntaxLars Ingebrigtsen
2022-03-07Inhibit extpipe tests on EMBA, because they apparently time out?Lars Ingebrigtsen
2022-03-03Allow splitting strings in Eshell expansions with "plain" stringsJim Porter
2022-03-03Fix parsing of indices in Eshell expansionsJim Porter
2022-03-03Fix Eshell dollar interpolation inside of double-quotesJim Porter
2022-03-03Move Eshell variable interpolation tests to their own fileJim Porter
2022-03-02Merge from origin/emacs-28Stefan Kangas
2022-03-01Partially revert b03f74e0f2a578b1580e8b1c368665850ee7f808Jim Porter
2022-02-25Fix Eshell process tests to (hopefully) work on all platformsJim Porter
2022-02-24Fix esh-proc-tests on MS-WindowsEli Zaretskii
2022-02-24Don't superfluously emit prompts when terminating processes in EshellJim Porter
2022-02-21Send SIGPIPE to external Eshell processes if their output target closesJim Porter
2022-02-06Adapt em-tramp-tests.elMichael Albinus
2022-02-05Ensure that the CAR of 'eshell-last-async-procs' always points to a processJim Porter
2022-02-03Use 'require' to load eshell-tests-helpersJim Porter
2022-02-03When executing an Eshell pipeline, send input to the first processJim Porter
2022-02-03Ensure that tailproc is set for the last process in an Eshell pipelineJim Porter
2022-01-26Fix input of sharp-quoted symbols in Eshell with em-extpipeSean Whitton
2022-01-25Treat "-" as a positional arg in 'eshell-eval-using-options'Jim Porter
2022-01-25Don't manipulate args in-place for 'eshell-eval-using-options'Jim Porter
2022-01-24Add Eshell syntax to more easily bypass Eshell's own pipeliningSean Whitton
2022-01-24Rework eshell-match-result for testing asynchronous commandsSean Whitton
2022-01-24Move Eshell test helpers to their own fileSean Whitton
2022-01-21Raise an error from 'eval-eval-using-options' for unknown optionsJim Porter
2022-01-21Further improve determination of when commands can be invoked directlyJim Porter
2022-01-20Consider subcommands when deciding to invoke Eshell command directlyJim Porter
2022-01-12Follow POSIX/GNU argument conventions for 'eshell-eval-using-options'Jim Porter
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-11-08Prefer ert-with-temp-(directory|file) in most remaining testsStefan Kangas
2021-11-07Prefer ert-with-temp-(directory|file)Stefan Kangas
2021-09-26; Minor stylistic checkdoc fixes in test/**/*.elStefan Kangas
2021-04-19; Normalize and add missing first and last linesStefan Kangas
2021-01-01Update copyright year to 2021Paul Eggert
2020-08-29Use lexical-binding in more testsStefan Kangas
2020-06-07Merge from origin/emacs-27Glenn Morris
2020-06-03Silence some byte-compiler warnings in testsBasil L. Contovounesios
2020-04-29Use lexical-binding in most eshell testsStefan Kangas
2020-04-02Copy INSIDE_EMACS env variable to subprocesses in Eshell (Bug#25496)Federico Tedin
2020-01-01Update copyright year to 2020Paul Eggert
2018-12-31Update more copyright yearsPaul Eggert
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-12-15Fix an eshell ls dired test for non-recent filesGlenn Morris