1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-25 05:52:42 -08:00
emacs/test/lisp/eshell
Jim Porter 9df5e30800 Send SIGPIPE to external Eshell processes if their output target closes
* lisp/eshell/esh-io.el (eshell-pipe-broken): New error.
(eshell-output-object-to-target): Signal 'eshell-pipe-broken' if the
target is an exited/signaled process.

* lisp/eshell/esh-proc.el (eshell-insertion-filter): Handle
'eshell-pipe-broken'.

* test/lisp/eshell/esh-proc-tests.el: New test.
2022-02-21 18:39:40 +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 Adapt em-tramp-tests.el 2022-02-06 18:50:16 +01:00
esh-opt-tests.el Treat "-" as a positional arg in 'eshell-eval-using-options' 2022-01-25 13:28:48 +01:00
esh-proc-tests.el Send SIGPIPE to external Eshell processes if their output target closes 2022-02-21 18:39:40 +01:00
eshell-tests-helpers.el Send SIGPIPE to external Eshell processes if their output target closes 2022-02-21 18:39:40 +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