diff options
| author | Jim Porter | 2022-06-26 18:27:20 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2022-06-26 18:27:20 +0200 |
| commit | 7faea4a15ead8307f59b055cfecba0928a9110c8 (patch) | |
| tree | 1352562edf4dbd97ddcf1a635982c3c59b09915a /test | |
| parent | 51f24fe2f418f2b7c4fa6732384bdd198f67f24f (diff) | |
| download | emacs-7faea4a15ead8307f59b055cfecba0928a9110c8.tar.gz 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')
| -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 @@ | |||
| 71 | (skip-unless shell-file-name) | 71 | (skip-unless shell-file-name) |
| 72 | (skip-unless shell-command-switch) | 72 | (skip-unless shell-command-switch) |
| 73 | (skip-unless (executable-find shell-file-name)) | 73 | (skip-unless (executable-find shell-file-name)) |
| 74 | (skip-unless (not (getenv "EMACS_EMBA_CI"))) | ||
| 75 | (let ((input ,input)) | 74 | (let ((input ,input)) |
| 76 | (with-temp-eshell ,@body))))) | 75 | (with-temp-eshell ,@body))))) |
| 77 | 76 | ||