emacs-diffs
[Top][All Lists]
Advanced

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

master c6287816f2: Fix esh-proc-tests on macOS


From: Mattias Engdegård
Subject: master c6287816f2: Fix esh-proc-tests on macOS
Date: Sun, 13 Mar 2022 06:03:57 -0400 (EDT)

branch: master
commit c6287816f2af5a954d735fa62ce714db2067a3db
Author: Mattias Engdegård <mattiase@acm.org>
Commit: Mattias Engdegård <mattiase@acm.org>

    Fix esh-proc-tests on macOS
    
    * test/lisp/eshell/esh-proc-tests.el (esh-proc-test/kill-pipeline):
    Add pattern matching output when killing a process on macOS (and
    possibly other BSDs).
---
 test/lisp/eshell/esh-proc-tests.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/lisp/eshell/esh-proc-tests.el 
b/test/lisp/eshell/esh-proc-tests.el
index d2184688f3..7f461d1813 100644
--- a/test/lisp/eshell/esh-proc-tests.el
+++ b/test/lisp/eshell/esh-proc-tests.el
@@ -62,7 +62,7 @@ prompt.  See bug#54136."
      (eshell-wait-for-subprocess t)
      (should (string-match-p
               ;; "interrupt\n" is for MS-Windows.
-              (rx (or "interrupt\n" "killed\n"))
+              (rx (or "interrupt\n" "killed\n" "killed: 9\n"))
               (buffer-substring-no-properties
                output-start (eshell-end-of-output)))))))
 



reply via email to

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