1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 23:31:55 -08:00
emacs/test/lisp/eshell
Jim Porter 785a045b86 Ensure that the CAR of 'eshell-last-async-procs' always points to a process
Previously, if a non-process was piped to a process, this could end up
being nil, which isn't correct.  'eshell-last-async-procs' should just
ignore non-process commands in a pipeline.

* lisp/eshell/esh-cmd.el (eshell-do-pipelines): Set 'headproc'
correctly.

* test/lisp/eshell/eshell-tests.el (eshell-test/pipe-headproc): New test.
2022-02-05 07:58:59 +01:00
..
em-extpipe-tests.el Use 'require' to load eshell-tests-helpers 2022-02-03 20:02:24 +01:00
em-hist-tests.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
em-ls-tests.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
em-tramp-tests.el Don't manipulate args in-place for 'eshell-eval-using-options' 2022-01-25 13:28:45 +01:00
esh-opt-tests.el Treat "-" as a positional arg in 'eshell-eval-using-options' 2022-01-25 13:28:48 +01:00
eshell-tests-helpers.el Use 'require' to load eshell-tests-helpers 2022-02-03 20:02:24 +01:00
eshell-tests.el Ensure that the CAR of 'eshell-last-async-procs' always points to a process 2022-02-05 07:58:59 +01:00