emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 46209b2453b: ; Fix last change


From: Eli Zaretskii
Subject: emacs-29 46209b2453b: ; Fix last change
Date: Sat, 1 Apr 2023 02:55:53 -0400 (EDT)

branch: emacs-29
commit 46209b2453b1a53fcf0019f6e1a21b7fef85bcbc
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; Fix last change
    
    * test/lisp/eshell/eshell-tests.el
    (eshell-test/eshell-command/background-pipeline): Fix last change.
---
 test/lisp/eshell/eshell-tests.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]