aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/eshell/esh-proc-tests.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; Add tests for synchronous processes in EshellJim Porter2023-04-021-0/+53
* Don't try to make a pipe process for remote processes in EshellJim Porter2023-01-231-0/+13
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* ; Fix a race condition in an Eshell testJim Porter2022-09-081-2/+4
* Let external Eshell processes send stdout and stderr to different placesJim Porter2022-09-041-0/+30
* Put Eshell's bookkeeping data for external processes on the process objectJim Porter2022-09-041-12/+83
* Don't fail Eshell ERT tests when an internal signal gets raisedJim Porter2022-08-311-7/+13
* Handle 'eshell-pipe-broken' when evaluating Lisp forms in EshellJim Porter2022-08-291-4/+0
* Mark another esh-proc test as unstableStefan Kangas2022-08-211-0/+2
* Mark esh-proc test as unstableLars Ingebrigtsen2022-08-211-0/+2
* Add 'eshell-command-result-equal' with an ERT explainerJim Porter2022-08-151-15/+16
* Provide ERT explainer for 'eshell-match-command-output'Jim Porter2022-08-151-2/+2
* Allow creating processes where only one of stdin or stdout is a PTYJim Porter2022-08-051-0/+43
* 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
* Fix esh-proc-test/kill-pipeline-head loop syntaxLars Ingebrigtsen2022-03-071-1/+1
* 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-211-0/+45