1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-30 00:51:50 -08:00
emacs/test/lisp/eshell
Jim Porter be496f942c Don't superfluously emit prompts when terminating processes in Eshell
* lisp/eshell/esh-proc.el (eshell-kill-process-function): Only reset
the prompt if PROC is writing to the terminal.
(eshell-sentinel): Only write the exit message if PROC is writing to
the terminal (bug#54136).

* test/lisp/eshell/esh-proc-tests.el (esh-proc-test/kill-pipeline)
(esh-proc-test/kill-pipeline-head)
(esh-proc-test/kill-background-process): New tests.
2022-02-24 10:35:54 +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 Don't superfluously emit prompts when terminating processes in Eshell 2022-02-24 10:35:54 +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