projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21a4ee2
)
; Fix last change
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 1 Apr 2023 06:55:29 +0000
(09:55 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 1 Apr 2023 06:55:29 +0000
(09:55 +0300)
* test/lisp/eshell/eshell-tests.el
(eshell-test/eshell-command/background-pipeline): Fix last change.
test/lisp/eshell/eshell-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/eshell/eshell-tests.el
b/test/lisp/eshell/eshell-tests.el
index 8c049cb342dbf77e6827e5f051414d44d331e2bd..bf7ec0389f07f3a5e1c7def6b2573ba673210b53 100644
(file)
--- a/
test/lisp/eshell/eshell-tests.el
+++ b/
test/lisp/eshell/eshell-tests.el
@@
-150,7
+150,7
@@
This test uses a pipeline for the command."
(eshell-command "*echo hi | *cat &")
(with-current-buffer "*Eshell Async Command Output*"
(goto-char (point-min))
- (should (looking-at "\\[cat\\(\\.exe\\)\\(<[0-9]+>\\)?\\]"))))))
+ (should (looking-at "\\[cat\\(\\.exe\\)
?
\\(<[0-9]+>\\)?\\]"))))))
(ert-deftest eshell-test/command-running-p ()
"Modeline should show no command running"