]> git.eshelyaron.com Git - emacs.git/commit
Fix running background commands via 'eshell-command'
authorJim Porter <jporterbugs@gmail.com>
Sun, 17 Sep 2023 22:42:22 +0000 (15:42 -0700)
committerJim Porter <jporterbugs@gmail.com>
Sun, 17 Sep 2023 22:45:45 +0000 (15:45 -0700)
commit7d2870dc856790de343a876611837b38ad6adcff
treeabea4e472a50c61fb6443053adfe350bfd5bbf3b
parent6dfe252fff035fed7ad09a812d344a7fe309d2b3
Fix running background commands via 'eshell-command'

This regressed (I believe) due to 2ec41c174f9.

* lisp/eshell/esh-cmd.el (eshell-resume-eval): Check for non-nil
'retval' instead of for a process list (nil is also a technically a
process list!).

* test/lisp/eshell/eshell-tests.el
(eshell-test/eshell-command/background-pipeline): Remove unnecessary
'copy-tree'.
(eshell-test/eshell-command/output-buffer/sync)
(eshell-test/eshell-command/output-buffer/async): New tests.
lisp/eshell/esh-cmd.el
test/lisp/eshell/eshell-tests.el