summaryrefslogtreecommitdiff
path: root/test/lisp/eshell/em-extpipe-tests.el
diff options
context:
space:
mode:
authorJim Porter <jporterbugs@gmail.com>2022-06-26 18:27:20 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2022-06-26 18:27:20 +0200
commit7faea4a15ead8307f59b055cfecba0928a9110c8 (patch)
tree1352562edf4dbd97ddcf1a635982c3c59b09915a /test/lisp/eshell/em-extpipe-tests.el
parent51f24fe2f418f2b7c4fa6732384bdd198f67f24f (diff)
downloademacs-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.el1
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)))))