1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-09 21:20:45 -08:00
emacs/lisp/eshell
Jim Porter 862e5effbf ; Adjust Eshell regression tests to avoid SIGPIPE
In batch mode, SIGPIPEs can cause Emacs to abort (bug#66186).

* lisp/eshell/esh-io.el (eshell-output-object-to-target): Update
comment.

* test/lisp/eshell/esh-proc-tests.el
(esh-proc-test/pipeline-connection-type/middle)
(esh-proc-test/pipeline-connection-type/last): Use '(ignore)', since
that causes no output when called with no arguments, thus avoiding a
risky 'process-send-string'.
2023-10-01 13:11:09 -07:00
..
em-alias.el
em-banner.el
em-basic.el
em-cmpl.el
em-dirs.el
em-elecslash.el
em-extpipe.el
em-glob.el
em-hist.el
em-ls.el
em-pred.el
em-prompt.el
em-rebind.el
em-script.el Use 'eshell-with-temp-command' (indirectly) to parse Eshell script files 2023-09-17 21:10:28 -07:00
em-smart.el
em-term.el
em-tramp.el
em-unix.el
em-xtra.el
esh-arg.el ; Simplify how to use 'eshell-debug-command' 2023-09-14 17:54:26 -07:00
esh-cmd.el Use 'unwind-protect' in more places in Eshell 2023-09-26 12:29:52 -07:00
esh-ext.el
esh-io.el ; Adjust Eshell regression tests to avoid SIGPIPE 2023-10-01 13:11:09 -07:00
esh-mode.el
esh-module.el
esh-opt.el
esh-proc.el Use 'unwind-protect' in more places in Eshell 2023-09-26 12:29:52 -07:00
esh-util.el ; Simplify how to use 'eshell-debug-command' 2023-09-14 17:54:26 -07:00
esh-var.el Fix documented Eshell behavior of ignoring leading nils in commands 2023-09-15 13:43:07 -07:00
eshell.el