mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
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.
This commit is contained in:
parent
6803b70c19
commit
a8f167547b
1 changed files with 1 additions and 1 deletions
|
|
@ -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") "$")))))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue