From: Eli Zaretskii Date: Sat, 1 Apr 2023 06:55:29 +0000 (+0300) Subject: ; Fix last change X-Git-Tag: emacs-29.0.90~47 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=46209b2453b1a53fcf0019f6e1a21b7fef85bcbc;p=emacs.git ; Fix last change * test/lisp/eshell/eshell-tests.el (eshell-test/eshell-command/background-pipeline): Fix last change. --- 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"