diff options
author | Jim Porter <jporterbugs@gmail.com> | 2022-06-26 18:27:20 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2022-06-26 18:27:20 +0200 |
commit | 7faea4a15ead8307f59b055cfecba0928a9110c8 (patch) | |
tree | 1352562edf4dbd97ddcf1a635982c3c59b09915a /test/lisp/eshell/em-extpipe-tests.el | |
parent | 51f24fe2f418f2b7c4fa6732384bdd198f67f24f (diff) | |
download | emacs-7faea4a15ead8307f59b055cfecba0928a9110c8.tar.gz emacs-7faea4a15ead8307f59b055cfecba0928a9110c8.tar.bz2 emacs-7faea4a15ead8307f59b055cfecba0928a9110c8.zip |
When closing an Eshell process target, send EOF three times
* lisp/eshell/esh-io.el (eshell-close-target): Send EOF 3 times.
* test/lisp/eshell/em-extpipe-tests.el (em-extpipe-tests--deftest):
Re-enable these tests on EMBA.
This patch is adapted by one from Ken Brown, who uncovered the reason
for this bug (bug#56025).
Diffstat (limited to 'test/lisp/eshell/em-extpipe-tests.el')
-rw-r--r-- | test/lisp/eshell/em-extpipe-tests.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/lisp/eshell/em-extpipe-tests.el b/test/lisp/eshell/em-extpipe-tests.el index 3b84d763ac6..29f5dc05512 100644 --- a/test/lisp/eshell/em-extpipe-tests.el +++ b/test/lisp/eshell/em-extpipe-tests.el @@ -71,7 +71,6 @@ (skip-unless shell-file-name) (skip-unless shell-command-switch) (skip-unless (executable-find shell-file-name)) - (skip-unless (not (getenv "EMACS_EMBA_CI"))) (let ((input ,input)) (with-temp-eshell ,@body))))) |