emacs-diffs
[Top][All Lists]
Advanced

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

master a8f167547bc 7/7: Replace use of obsolete eshell-kill-output in te


From: Mattias Engdegård
Subject: master a8f167547bc 7/7: Replace use of obsolete eshell-kill-output in test
Date: Fri, 23 Feb 2024 07:16:13 -0500 (EST)

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

    Replace use of obsolete eshell-kill-output in test
    
    * test/lisp/eshell/eshell-tests.el (eshell-test/flush-output):
    Use eshell-delete-output instead of eshell-kill-output.
---
 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 e01e033e25e..e58b5a14ed9 100644
--- a/test/lisp/eshell/eshell-tests.el
+++ b/test/lisp/eshell/eshell-tests.el
@@ -153,7 +153,7 @@ insert the queued one at the next prompt, and finally run 
it."
   "Test flushing of previous output"
   (with-temp-eshell
    (eshell-insert-command "echo alpha")
-   (eshell-kill-output)
+   (eshell-delete-output)
    (should (eshell-match-output
             (concat "^" (regexp-quote "*** output flushed ***\n") "$")))))
 



reply via email to

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