mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
; Fix last change to test/src/process-tests.el.
This commit is contained in:
parent
69dc5d3f0e
commit
89dad01763
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ process to complete."
|
|||
(goto-char (point-min))
|
||||
;; Instrument for bug#80166.
|
||||
(when (getenv "EMACS_EMBA_CI")
|
||||
(message "stderr\n%s" (buffer-string))
|
||||
(message "stderr\n%s" (buffer-string)))
|
||||
(looking-at "hello stderr!"))))))
|
||||
|
||||
(ert-deftest process-test-stderr-filter ()
|
||||
|
|
|
|||
Loading…
Reference in a new issue