summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2023-04-01 09:55:29 +0300
committerEli Zaretskii <eliz@gnu.org>2023-04-01 09:55:29 +0300
commit46209b2453b1a53fcf0019f6e1a21b7fef85bcbc (patch)
treee84187db6789504018f52b98b830e884da6482e4
parent21a4ee209c19031e29e98e4308aa9d67890a0515 (diff)
downloademacs-46209b2453b1a53fcf0019f6e1a21b7fef85bcbc.tar.gz
; Fix last change
* test/lisp/eshell/eshell-tests.el (eshell-test/eshell-command/background-pipeline): Fix last change.
-rw-r--r--test/lisp/eshell/eshell-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/eshell/eshell-tests.el b/test/lisp/eshell/eshell-tests.el
index 8c049cb342d..bf7ec0389f0 100644
--- 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"