; Fix last change
* test/lisp/eshell/eshell-tests.el (eshell-test/eshell-command/background-pipeline): Fix last change.
This commit is contained in:
parent
21a4ee209c
commit
46209b2453
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue